Author Topic: why can't debug using GNU gcc compiler?  (Read 3569 times)

Offline whatx

  • Single posting newcomer
  • *
  • Posts: 3
why can't debug using GNU gcc compiler?
« on: February 21, 2008, 03:31:59 am »
I set a breakpoint,and strike 'F8' to start debug.
But it popup a error dialog  showing "This project/target has no debuging info.please change this in the project's build options and retry...".
Then I try to open the project's build options --> Compile flags --> selected "Produce debuging symbols [-g]". But no use.
why?
thanks!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: why can't debug using GNU gcc compiler?
« Reply #1 on: February 21, 2008, 07:16:04 am »
Look if stripping is also set for the build-target, that would strip all debugging infos from executable.