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.
I have forgot to say that Pelles C is very good!
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.
Done !
not forget to thank you.