News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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