Code::Blocks Forums
User forums => Help => Topic started by: MoonKid on May 12, 2006, 11:29:29 pm
-
I got one project with to build-targets. One is "release" and one is "debug".
"debug" has set '-g', links against the *d.a LIBs of wxWidgets and define a _DEBUG.
But it is not possible to break in all methods. For example there is a constructor of a wxMainFrame derived class. I set some breakpoints in it but it does not stop there.
It make no errors.
I am using wxWidgets2.7.0 (cvs) under Win98se with gcc-compiler and gdb6.3
Does my project helps?
http://miktion.rahner-edv.de/bus/OctopusBackup.zip (http://miktion.rahner-edv.de/bus/OctopusBackup.zip) (66 KB)
-
This (http://forums.codeblocks.org/index.php?topic=613.0) should help you in the meantime.