Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Manolo on November 26, 2007, 08:25:08 pm

Title: Passing options to gdb
Post by: Manolo on November 26, 2007, 08:25:08 pm
Hello
I know C:B pass on his own "-nx -fullname  -quiet" to gdb.
I would like to pass more (or less) options like "-readnow".
I know how to pass commands, not options (Settings-> debugger, etc.)
I see in other posts those params are passed even if the
debugger is not gdb.

So I ask:
¿How I pass options?
¿Why not add an option to "Debugger settings" for options and not
only for commands?

TIA
Manolo
Title: Re: Passing options to gdb
Post by: rods on November 27, 2007, 10:42:33 am
yes i don't think how use the debug & setting
Title: Re: Passing options to gdb
Post by: Manolo on November 27, 2007, 01:01:34 pm
Quote
yes i don't think how use the debug & setting

I'm not sure about your question, but this link may help:
http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks (http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks)