Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: szurilo on September 26, 2008, 04:08:55 pm
-
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
-
Hm, do you mean something like this ???
http://xs131.xs.to/xs131/08395/debug645.jpg
Greetz
Greenhorn
-
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
-
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.
-
Ups, I never noticed that menu item. :oops:
thx
Szurilo