I am trying to debug a complete halt error in the code inside a pure C++/OGL library that makes the GLRender thread stop completely. The usual tool for this is the DDMS and check where the thread is stopped at, but it seems unable to read the threads once inside the native library.
Is there any other way or tool I may be overlooking?