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

Implement DAP supportsSingleThreadExecutionRequests and singleThread #797

Closed
int19h opened this issue Nov 30, 2021 · 1 comment
Closed
Labels
enhancement New feature or request pydevd

Comments

@int19h
Copy link
Contributor

int19h commented Nov 30, 2021

See microsoft/debug-adapter-protocol#214 for details.

We already implement the requisite behavior in practice, but it's controlled by our own custom properties on a per-session basis. Now that DAP has a standard mechanism for the client to request this for every step or continue, we should support that as well, and report that support via the corresponding property.

(Note that we still need to maintain the custom property that we already have for back-compat reasons.)

@int19h int19h added the enhancement New feature or request label Nov 30, 2021
@int19h int19h added the pydevd label Feb 1, 2023
@judej
Copy link

judej commented Jan 3, 2024

Thank you for the report. Given our current resources are working on the Python 3.12 debugger, we will not be fixing this issues in the pre Python 3.12 debugger.

@judej judej closed this as completed Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pydevd
Projects
None yet
Development

No branches or pull requests

2 participants