Author Topic: does not debug all files  (Read 3408 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
does not debug all files
« 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 (66 KB)

takeshimiya

  • Guest
Re: does not debug all files
« Reply #1 on: May 13, 2006, 01:52:39 am »
This should help you in the meantime.