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

Adopt lifecycleManagedByParent for debug sessions #1320

Open
paulacamargo25 opened this issue Jun 21, 2023 · 1 comment
Open

Adopt lifecycleManagedByParent for debug sessions #1320

paulacamargo25 opened this issue Jun 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@paulacamargo25
Copy link

Regarding the issue: microsoft/vscode-python#20376, I already updated the python extension to use this parameter, but in the latest version of debugpy startDebugging is called directly. You have to configure this parameter lifecycleManagedByParent in the debug options.

@paulacamargo25 paulacamargo25 added bug Something isn't working and removed bug Something isn't working labels Jun 21, 2023
@gramster
Copy link
Member

Looks like around line 745 of adapter/clients.py is where we would add this, although it would need to be plumbed through as a config argument. Maybe we get that for free if it is in the launch.json file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants