forked fromDonJayamanne/pythonVSCode
- Notifications
You must be signed in to change notification settings - Fork1.2k
Closed
Description
How to debug using the experimental debugger
- (Optional) Install a potentially newer version of PTVSD 4: either
pip install ptvsd --pre
orpip install git+https://github.com/microsoft/ptvsd
- Select the appropriate "experimental" debugger configuration
- Debug like normal (realizing not all debugger features are implemented yet)
Known issues
Upstream issues in PTVSD
https://github.com/microsoft/ptvsd/issues
Issues in VS Code
None reported