News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[Solved] GDB Debugger Command Line

Started by idhan, March 30, 2009, 09:25:02 PM

Previous topic - Next topic

idhan

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..

Jenna

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"

idhan