-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Attach debugger to a local process #1078
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
I managed to get this working in PTVSD, won't be working on this as it's not a priority, unless that changes. |
Support has been added in PTVSD. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi, @DonJayamanne is this working now ? thanks! |
Hi, @DonJayamanne |
Is anyone working on this feature? I just tried to connect to a locally running python script and was surprised when I figured out that this hasn't been implemented. Would love an ETA if it's on the roadmap. |
If this feature is important please do upvote 👍 the issue so we can track the number of users interested in this and accordingly prioritize it in our sprints. |
@karthiknadig isn't this working now? |
@luabud In |
@luabud Hello, ptvsd works for me too, but I can't find a way to avoid adding special code for it in my script. Just like it works on Visual Studio python plugin. That'd be so handy ... |
@DonJayamanne should we change this to track UI support in this extension, and add "needs spec"? |
Yes agreed we need a spec. It's fairly simple, you can look at how nodejs and c# support this (simple drop-down list of processes). |
This feature is under experiment, but for those who would like to try it out:
"python.experiments.optInto": [
"PtvsdWheels37 - experiment"
],
If you have any issues with it, please file a new issue here, filling the information in the template there. We look forward to having this available to everyone soon 😊 then steps 1 and 2 won't be needed. |
No description provided.
The text was updated successfully, but these errors were encountered: