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
While trying to inspect a value in the Debug Console, values are emitted on request
For instance, in the screenshot above, i load s (an in scope string) into the debug console, but no value is emitted, per expectation when using the debug console. I'm not sure if there is a round trip to the DAP server here or not, or if it is supposed to use existing in-mem references already loaded into the debug context.
The text was updated successfully, but these errors were encountered:
Problem
While trying to inspect a value in the Debug Console, values are emitted on request
For instance, in the screenshot above, i load
s
(an in scope string) into the debug console, but no value is emitted, per expectation when using the debug console. I'm not sure if there is a round trip to the DAP server here or not, or if it is supposed to use existing in-mem references already loaded into the debug context.The text was updated successfully, but these errors were encountered: