News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How do I use the debugger?

Started by Thoerin, February 07, 2008, 12:00:06 AM

Previous topic - Next topic

Thoerin

I am running the Feb. 6 build on Ubuntu 7.10, using gcc and gdb.

All the debugger options under Debug (most importantly Start) are grayed out.

How do I enable them?

Thanks in advance.

thomas

If they're greyed out, you either don't have a debugger at all (did you download/install one?), or you haven't properly configured it.

Look in your compiler options under the executable section (where you set the compiler and linker, too), and make sure the debugger is configured there.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

mandrav

I would guess the OP didn't create/open a project...
Be patient!
This bug will be fixed soon...

Thoerin

Thank you mandrav

I didn't know it was not possible just to debug a cpp file.
Putting it in a new project enabled the debugger options  :D