News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

does not debug all files

Started by MoonKid, May 12, 2006, 11:29:29 PM

Previous topic - Next topic

MoonKid

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 (66 KB)

takeshimiya

This should help you in the meantime.