vscode-js-debug icon indicating copy to clipboard operation
vscode-js-debug copied to clipboard

Option to abort when pressing debug and can't connect

Open jasonwilliams opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe. Sometimes I hit debug (the green play button in the launch view) before realising my debug target is not bound to a port. However VS Code seems to be spinning (blue line going left to right) and there seems to be no way to abort the process.

The way I get around it today is by quitting VS Code and reopening it, but that's not great. Sometimes it will timeout on its own but I don't want to sit waiting for that.,

Describe the feature you'd like Can we change the UI to add the option to abort, for when hitting the play button can it change to a red square (even when connecting) then hitting that red square aborts the debug session.

jasonwilliams avatar Feb 04 '25 17:02 jasonwilliams