firefox-devtools / vscode-firefox-debug

VS Code Debug Adapter for Firefox
https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug
MIT License
393 stars 64 forks source link

Stopping debug should exit launched Firefox/Thunderbird processes #295

Open vanowm opened 2 years ago

vanowm commented 2 years ago

When request is to launch I'd expect the debugger have full control for launched processes, so when debugger stopped, the processes it launched should also be stopped (at least this is how debugging with MS Edge works)

Right now, every time I need restart the debugger, I have to manually quit the Thunderbird (which also doesn't close automatically devtools/console)

jaysonsosweet commented 5 months ago

Absolutely agreeing on this ! Shame we have to close the window manually.

cyd3r commented 1 day ago

I think this has been asked and answered before in #219 Set reAttach to false in you launch config.