Pelles C forum

Pelles C => Bug reports => Topic started by: Anonymous on October 22, 2006, 06:15:34 AM

Title: Can't start debug
Post by: Anonymous on October 22, 2006, 06:15:34 AM
Sorry! but I have a problem when I use your Pelles C soft.

I fount that: I have seted the breakpoints,but Pelles C still tell me that 'contain no debugint information.

Is this a bug or I have had some wrong operation.

By the way, a suggestion, you can set a mail link in Pelles C ,so that I can mail you directly, and fell convenience.
just a suggestion

I also upload the short.
Title: Can't start debug
Post by: Anonymous on October 22, 2006, 06:17:27 AM
I have forgot  to say that Pelles C is very good!
Title: Can't start debug
Post by: AlexN on October 23, 2006, 07:54:13 AM
Quote from: "wuzhe213"
I have forgot  to say that Pelles C is very good!


And you have forgotten to enable the creating of debug-information in the project-environment. ;-)

For debugging you must activate in Project-options for the Compiler "Full Debug" and for the Linker Codeview and COFF format.

Or you can use the DbgRel-plugin from Pelle, where you can switch easily between a debug and a release version of your software.
Title: Can't start debug
Post by: Anonymous on October 23, 2006, 09:30:47 AM
Done !

not  forget to thank you.