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?