User forums > Help
GDB & Namespaces
(1/1)
evo:
I'm trying to debug something in my own namespace and GDB doesn't want anything to do with it.
eg:
evoscript::ClassInstance *inst = env.CreateObject("test");
When I try and debug that line or similar, GDB says something about the symbol not being valid as reported by C++ RTTI
I'm using GCC 3.4.x (MinGW) and the latest final beta of CB
Profic:
Use snapshot of gdb 6.3
I had same problems with version statted as "current" (5.1).
6.3 works fine with namespaces. As with included classes and overloaded functions produces by gcc >= 3.3.0
Navigation
[0] Message Index
Go to full version