News:

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

Main Menu

Debugger won't start with F8 - option is grayed out

Started by mrsolo2000, July 17, 2009, 06:08:29 PM

Previous topic - Next topic

mrsolo2000

I am sure this has already been posted but I need some help with getting the debugger working.  The option is grayed out for me in the debugger menu option.  I am running fedora with gdb and gcc installed.  Any help with pointing me in the right direction for the configuration documentation would be awesome.  Thanks (I am new to codeblocks BTW).

Jenna

Do you try to debug a single file ?

Code::Blocks only supports debugging in a project, not for single files.

rynee

Unfortunately after 5 years, the development team has been unable to fix this bug. Is that on the to-do list yet?

stahta01

Quote from: rynee on September 21, 2014, 09:37:55 AM
Unfortunately after 5 years, the development team has been unable to fix this bug. Is that on the to-do list yet?

Learn the difference between a bug and a feature request!!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

It is on the todo list but it is very low priority. If you want to debug something either make a project or use standalone gdb...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]