[wx-dev] Re: CVS: [BIW] wxWindows/src/aui notebook.cpp,NONE,1.1
tabmdi.cpp,NONE,1.1
Milan Babuskov
milanb at panonnet.net
Sat Jul 22 02:09:15 PDT 2006
Alex Bligh wrote:
> The problem is stepping into inline functions. On wxGTK with kdevelop
> and gdb (at least) you can step into a function defined in "window.h"
> and it will end you up at the right line in the wrong window.h. I presume
> the problem is the same as your .cpp file problem (i.e. there is
> no distinction between them), just that most object code is in .cpp
> files not .h files.
Yes, gdb has that bug for both .cpp and .h files. And (last time I
checked) not just for inline functions. I had problems with one of my
projects having two database.cpp files - completely different of course.
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org
More information about the wx-dev
mailing list