Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: szurilo on September 26, 2008, 04:08:55 pm

Title: debug in CB
Post 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
Title: Re: debug in CB
Post by: Green::horn on September 26, 2008, 07:00:54 pm
Hm, do you mean something like this ???

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


Greetz
Greenhorn
Title: Re: debug in CB
Post by: szurilo on September 29, 2008, 09:36:47 am
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
Title: Re: debug in CB
Post by: MortenMacFly on September 29, 2008, 12:57:15 pm
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.
Title: Re: debug in CB
Post by: szurilo on September 29, 2008, 01:20:03 pm
Ups, I never noticed that menu item.  :oops:
thx
Szurilo