News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to turn on debug mode?

Started by flux, September 02, 2006, 08:36:05 AM

Previous topic - Next topic

flux

When I tried to debug, it always said no debugging info. I cant find any option concerning "debugging info" in build option. What should I do?

sque

At least for gcc compile you go at:
Project->Build options
You select the Compiler Tab and beyond this the Compiler Flags.
The first option is: [ ] Produce debuggin symbols (-g)

This will do the trick.
Mention that if you set this option at a specific target. (e.g. "Debug") you must compile and try to debug at this target.
Tell me a bug and I 'll tell you two  :twisted:

flux

Perfect. I did it.
Thank you so much.