Skip to content

Specify ptvsd 3.0.0 or later is required for remote debugging in Python #1279

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

Merged
merged 1 commit into from
Nov 29, 2017
Merged

Specify ptvsd 3.0.0 or later is required for remote debugging in Python #1279

merged 1 commit into from
Nov 29, 2017

Conversation

brettcannon
Copy link
Member

@@ -137,7 +137,7 @@ To debug an app that requires administrator privileges, use `"console": "externa

Remote debugging allows you to step through a program locally within VS Code while it's executed on a remote computer. In this case, it's necessary to have the source code on both computers.

1. On both development and remote computers, install the [ptvsd library](https://pypi.python.org/pypi/ptvsd).
1. On both development and remote computers, install the [ptvsd library](https://pypi.org/project/ptvsd/) (version `3.0.0` or later).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you fine with this link going to a pre-production deployment of the Warehouse? Is that only temporary and this will be the final URL as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes and yes. 😄 It's only "pre-production" due to some management features not being available, otherwise API traffic is already going there. Plus the project just got funding from Mozilla to finish the work that has led to that label being there.

@gregvanl gregvanl merged commit e5c5c10 into microsoft:master Nov 29, 2017
@brettcannon brettcannon deleted the ptvsd-version-for-remote-debugging branch November 29, 2017 18:32
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

Successfully merging this pull request may close these issues.

2 participants