News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

debug in CB

Started by szurilo, September 26, 2008, 04:08:55 PM

Previous topic - Next topic

szurilo

Hi!
Maybe it's a stupid question but, is it available in CB to debug inside the IDE?
I mean can i configure gdb like i can in a console window or i just can see the results of the debugging?
Szurilo

Green::horn

Hm, do you mean something like this ???

http://xs131.xs.to/xs131/08395/debug645.jpg


Greetz
Greenhorn

szurilo

Actually not.

I want to use some gdb commands like:
info terminal/threads/signals/etc.
kill
set non stop on/etc.
list
etc.
I know most of them are built in C::B, but some aren't.

Szurilo

MortenMacFly

Quote from: szurilo on September 29, 2008, 09:36:47 AM
I want to use some gdb commands like:
[...]
Do you know about the menu item "Debug" -> "Send user command to debugger"?
The result will be piped into the Debug log of C::B.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

szurilo

Ups, I never noticed that menu item.  :oops:
thx
Szurilo