-
Notifications
You must be signed in to change notification settings - Fork 142
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
Use "startDebugging" request for subprocesses #1074
Labels
enhancement
New feature or request
Comments
For backwards compatibility, we'll need to fall back to @karthiknadig, is there anything special that vscode-python does about |
int19h
changed the title
Support reverse request in DAP
Use "startDebugging" request for subprocesses
Feb 7, 2023
int19h
pushed a commit
to int19h/debugpy
that referenced
this issue
Feb 7, 2023
Use the request if client advertises the "supportsStartDebuggingRequest" capability.
Some blockers and limitations on VSCode side: |
int19h
pushed a commit
to int19h/debugpy
that referenced
this issue
Feb 7, 2023
Use the request if client advertises the "supportsStartDebuggingRequest" capability.
int19h
pushed a commit
to int19h/debugpy
that referenced
this issue
Feb 7, 2023
Use the request if client advertises the "supportsStartDebuggingRequest" capability.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See:
https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_73.md#new-startdebugging-reverse-request
The text was updated successfully, but these errors were encountered: