Mac development

Milan Babuskov milanb at panonnet.net
Sat Oct 7 02:13:27 PDT 2006


jtgxbass wrote:
> GDB.
> Excellent debugger if you know how to use it!

GDB has serious problems with filenames. For example I have a hierarchy 
like this:

src/
src/cache/
src/cache/database.cpp
src/ibpp/
src/ibpp/database.cpp

Now, there is no way I can debug src/ibpp/database.cpp file since it 
always shows me the src/cache/database.cpp file. Line numbers are 
correct however. Even worse, if I set the breakpoints in 
src/ibpp/database.cpp it actually sets them in src/cache/database.cpp. 
The two database.cpp files are completely different.

I reporter the bug months ago, and nobody thinks it is important enought 
to even comment on it. Or there are no active developers? This is 
probably a wrong place to complain, but ...


-- 
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org





More information about the wx-users mailing list