Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: RJP Computing on July 18, 2006, 02:24:43 pm

Title: Debugger Help
Post by: RJP Computing on July 18, 2006, 02:24:43 pm
Is there a way for the debugger to show the variables contents of a class. Right now all I get is the main class variables and if there is a variable in that class that is a class it just shows the memory address. I am using the nightly build 2758 and GDB 3.2-2. I need to get at the details of the class variable and I am not sure how. I felt that I have used this before and it used to be better. Any thoughts? Also I should mention I am using Windows XP SP2 and the variable is not a pointer so I don't need to dereference it.

Thanks