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

Add support for python attach request #67

Closed
f279801 opened this issue Apr 6, 2019 · 5 comments
Closed

Add support for python attach request #67

f279801 opened this issue Apr 6, 2019 · 5 comments

Comments

@f279801
Copy link
Contributor

f279801 commented Apr 6, 2019

No description provided.

@f279801
Copy link
Contributor Author

f279801 commented Apr 6, 2019

As suggestion from @yyoncho at #64, I'm looking on how to support attach request for python debugging.

@nbfalcon
Copy link
Member

nbfalcon commented Nov 1, 2020

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)

@matt-continuousdelta
Copy link
Contributor

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.

@matt-continuousdelta
Copy link
Contributor

I spent some time debugging and opened a draft PR #451.

@aiguofer
Copy link

aiguofer commented Apr 9, 2024

@matt-continuousdelta did #451 solve this issue? Maybe it can be marked as done?

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

No branches or pull requests

5 participants