Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAttach debugger to a local process #1078
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 was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
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 |
|
@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 |

No description provided.