synaptic-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Synaptic-devel] "Apply" not committing changes


From: Marc H. Thoben
Subject: Re: [Synaptic-devel] "Apply" not committing changes
Date: Sun, 19 Sep 2004 00:32:27 +0200
User-agent: Mutt/1.5.6+20040818i

Hey Jon,

$ gdb <program name>

only tells gdb what program to load, but doesn't run it yet. To do
so you need to type

(gdb) run <program parameter>

and then after later

(gdb) bt

-- 
Best regards,
  Marc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]