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
I've been using VSCode to debug Deno programs and I've tried to use the debug visualizer to help with debugging, but I've been unable to get any expression to show in the debug visualizer when debugging:
The spinner in the top right just keeps on spinning regardless of which expression I try using in that context.
Does the debug visualizer support the Deno runtime, or am I barking up the wrong tree?
I've been using VSCode to debug Deno programs and I've tried to use the debug visualizer to help with debugging, but I've been unable to get any expression to show in the debug visualizer when debugging:
The spinner in the top right just keeps on spinning regardless of which expression I try using in that context.
Does the debug visualizer support the Deno runtime, or am I barking up the wrong tree?
Here's the
launch.json
file for completeness:The text was updated successfully, but these errors were encountered: