We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?