Hi, Gareth Bult schrieb: > Sure, if you tell me how .. I know how to attach gdb to a running program, but this crashes immediately .. > > gdb gbx2 ?? > > How do I add the program name ...? > In gdb: $ gdb dbx2 (gdb) run <arg1> <arg2> <...> replace <arg1> with your program, and you're done! Cheers, tibob