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

Enable debug adaptors to enable/disable certain breakpoint types #42264

Closed
auchenberg opened this issue Jan 28, 2018 · 1 comment
Closed

Enable debug adaptors to enable/disable certain breakpoint types #42264

auchenberg opened this issue Jan 28, 2018 · 1 comment

Comments

@auchenberg
Copy link
Contributor

This is a part of a series of requests to enable "custom breakpoints" support in VS Code. See #38568

Scenario:
I as a developer connect VS Code to a remote production instance to do remote debugging. In this scenario the debug adaptor detects that it's connected to a production instance where a regular breakpoints can have side effects such as halting execution.

Request:
The Debug Adaptor should be able to decide which breakpoint types that should be enabled for a given session. In the above scenario regular breakpoints could be disabled, and a new production-optimized breakpoint type should be enabled.

I imagine a mechanism in the Debug Protocol is needed for this.

@auchenberg
Copy link
Contributor Author

This issue was moved to microsoft/vscode-debugadapter-node#155

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant