This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problems debugging in C++ (this pointer out of scope)

I have a C++ class that contains a member function with a switch statement. Whenever I am stepping through code within a case my this pointer is <out of scope>. Once I leave the switch statement my this pointer comes in scope again and I can view the contents of the class. Anyone have a workaround for this?