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'm running into an issue where sometimes the debugger pauses correctly (because it stops logging things to the console), but VSCode doesn't display the paused breakpoint.
To work around it, I can detach the VSCode debugger and reattach it. For some reason the debugger will stay paused even with no debugger attached. Once reconnected, VSCode displays the breakpoint at which the debugger is paused.
edit: I think this is basically denoland/deno#13152 because I'm debugging multiple test files.
deno test
deno#13152--inspect
wait a little bit for inspector connection at program start deno#13664The text was updated successfully, but these errors were encountered: