You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stopped at a breakpoint or exception (or wherever one would typically be able to use the debug console), one is able to use the debug console to make calls and probe around in the current state of the suspended program.
Unfortunately, it would seem that anything outside of the class in which execution was suspended is not accessible. I can access local variables that are in scope, as well. But trying to access anything in another class or namespace results in an unknown identifier error.
The text was updated successfully, but these errors were encountered:
When stopped at a breakpoint or exception (or wherever one would typically be able to use the debug console), one is able to use the debug console to make calls and probe around in the current state of the suspended program.
Unfortunately, it would seem that anything outside of the class in which execution was suspended is not accessible. I can access local variables that are in scope, as well. But trying to access anything in another class or namespace results in an unknown identifier error.
The text was updated successfully, but these errors were encountered: