Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Debugger - add restart option to request:"launch" #15804

Closed
matusszabo opened this issue Nov 21, 2016 · 2 comments
Closed

[Feature Request] Debugger - add restart option to request:"launch" #15804

matusszabo opened this issue Nov 21, 2016 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Milestone

Comments

@matusszabo
Copy link

matusszabo commented Nov 21, 2016

  • VSCode Version: 1.7.1
  • OS Version: OSX

When debugging with request:"attach" there is "restart":true/false option, which is very useful when launching "child_process restarting on file change solution". But still have to start app in console, or vscode command, and kill it manually. It will be very nice to have only one button to start/stop app with debugger. This can be done via request:"launch" and port:{my_custom_child_process_debugger_port}, but when child_process restarts, debugger is detached and need to be re-attached same way like "restart":true option when request:"attach".

Thank you very much

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality labels Nov 22, 2016
@weinand weinand added this to the January 2017 milestone Dec 21, 2016
@weinand
Copy link
Contributor

weinand commented Dec 21, 2016

This will be available in tomorrows Insiders build.
For more info pls see #17381

@matusszabo
Copy link
Author

Ooo, lovely, thanks :)

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants