How to debug using the experimental debugger
- (Optional) Install a potentially newer version of PTVSD 4: either
pip install ptvsd --pre or pip 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
How to debug using the experimental debugger
pip install ptvsd --preorpip install git+https://github.com/microsoft/ptvsdKnown issues
Upstream issues in PTVSD
https://github.com/microsoft/ptvsd/issues
Issues in VS Code
None reported