On Mon, 17 Feb 2003, Carsten Pfeiffer wrote: > Right. Getting a backtrace is easy with plain gdb btw: > > gdb appname (or even .libs/appname) > run [add any arguments, if you want] > *crash* > bt > > Use "print" to inspect variables. How do you put in a breakpoint if you want a backtrace at a point that doesn't crash? Jonathan