Code::Blocks Forums
User forums => Help => Topic started by: evo on June 06, 2005, 12:42:14 pm
-
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
-
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