Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: idhan on March 30, 2009, 09:25:02 pm
-
Hi,
I was wondering, in gdb is a command line cheat sheet where I can try to get some information in some breakpoints,
is available in codeblocks as cheat sheet or only trought the codeblocks graphical interface?
I am new in codeblocks and I have try (unsuccessfully) to find this feature... sorry if is a dummy question...
Thanks in advance..
-
If the program is stopped (at a breakpoint), you can send commands to gdb via "Debug -> Senduser command to debugger".
To see the output, you have to enable the debuggers debug-log: Check "Settings -> Compiler and debugger... -> Debugger settings ... -> Display debugger's log"
-
Thank you Jens.