Skip to content

Commit 0d194bd

Browse files
author
Greg Van Liew
authored
Merge pull request #1329 from dmk255/patch-1
Only PTVSD version 3.0.0 is supported at present.
2 parents 2a7cd6f + 4a2e025 commit 0d194bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To debug an app that requires administrator privileges, use `"console": "externa
137137

138138
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.
139139

140-
1. On both development and remote computers, install the [ptvsd library](https://pypi.org/project/ptvsd/) (version `3.0.0` or later).
140+
1. On both development and remote computers, install the [ptvsd library](https://pypi.org/project/ptvsd/) (version `3.0.0` - later versions are not yet supported [#514](https://github.com/Microsoft/vscode-python/issues/514)).
141141
2. In the source code on both computers, add the following lines, replacing *my_secret* with the appropriate passphrase to authenticate remote debugging, and replacing *address* with the appropriate IP address (or `localhost`) and port number:
142142

143143
```python

0 commit comments

Comments
 (0)