-
Notifications
You must be signed in to change notification settings - Fork 189
Add support for python attach request #67
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
Comments
For anyone stumbling on this: dap-mode now supports debugpy, which can be configured using the following snippet: (setq dap-python-debugger 'debugpy) The latter supports attach requests. (See the MS VSCode docs for details) |
There are more recent comments at #406 (comment) and #438 (comment) indicating that attach requests don’t work with debugpy as of 2021-02-20. |
I spent some time debugging and opened a draft PR #451. |
@matt-continuousdelta did #451 solve this issue? Maybe it can be marked as done? |
No description provided.
The text was updated successfully, but these errors were encountered: