An implementation of the Debug Adapter Protocol for Python https://pypi.org/project/debugpy/
Find a file
2018-02-21 18:44:03 -08:00
debugger_protocol Fix lint issues. 2018-02-14 00:28:54 +00:00
ptvsd Return the eval result of breakpoint condition 2018-02-21 18:44:03 -08:00
tests Squashed 'ptvsd/pydevd/' content from commit b45e9be 2018-02-20 21:56:00 -08:00
.gitignore Squashed 'ptvsd/pydevd/' content from commit b45e9be 2018-02-20 21:56:00 -08:00
.travis.yml Squashed 'ptvsd/pydevd/' content from commit b45e9be 2018-02-20 21:56:00 -08:00
LICENSE Squashed 'ptvsd/pydevd/' content from commit b45e9be 2018-02-20 21:56:00 -08:00
Makefile Add a test option for running just the ptvsd unit tests. 2018-01-11 21:00:33 +00:00
README.md Initial ptvsd commit 2017-12-12 12:32:17 -08:00
setup.cfg Initial ptvsd commit 2017-12-12 12:32:17 -08:00
setup.py Squashed 'ptvsd/pydevd/' content from commit b45e9be 2018-02-20 21:56:00 -08:00

Python Tools for Visual Studio debug server

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.