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

Require opt-in into child processes debugging #25

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Conversation

albertziegenhagel
Copy link
Owner

Changes the debug engine extension to be disabled/dormant by default. It will only do something at all, if it receives settings from the vscode extension.

Additionally a user facing option was added to enable child processes debugging. By default, child processes debugging is disabled now and the user need to set autoAttachChildProcess in the debug launch or attach config to enable child process debugging.

Resolves #23

Changes the debug engine extension to be disabled/dormant by default. It will only do something at all, if it receives settings from the vscode extension.
Additionally a user facing option was added to enable child processes debugging. By default, child processes debugging is now disabled and the user need to set `autoAttachChildProcess` to `true` to enable child process debugging.
Adding new usage instructions and platform limitations.
@albertziegenhagel albertziegenhagel marked this pull request as ready for review October 3, 2024 13:33
@albertziegenhagel albertziegenhagel merged commit 874802d into main Oct 3, 2024
4 checks passed
@albertziegenhagel albertziegenhagel deleted the opt-in branch October 3, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make child debugging opt-in instead of on-by-default
1 participant