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