PDA

View Full Version : QDevelop debuggng - viewing class member variables



dbrmik
7th January 2009, 10:40
Hi

I am using QDevelop/mingw32/gdb on WinXP. Is it possible to view class member variables values using the debugger. I can see local variables in the dock window and the address of the object, how do I view the objects memeber variables?

Regards