An implementation of the Debug Adapter Protocol for Python https://pypi.org/project/debugpy/
Find a file
2018-03-22 19:20:29 -07:00
debugger_protocol Enable modules support 2018-03-22 16:07:05 -07:00
ptvsd linting fixes and cleanup 2018-03-22 19:20:29 -07:00
tests linting fixes and cleanup 2018-03-22 19:20:29 -07:00
win Add sdist build step 2018-03-16 15:21:26 -07:00
.gitignore Partial fix to exception notification issue in VS 2018-01-23 12:00:04 -08:00
.travis.yml Disable the schema check. 2018-03-22 05:29:59 +00:00
LICENSE Updates LICENSE file with correct text and includes it in distributions 2018-02-21 16:10:22 -08:00
Makefile Install deps for an ci-* make targets. 2018-03-22 00:13:57 +00:00
MANIFEST.in Add sdist build step 2018-03-16 15:21:26 -07:00
README.md Add a CI badge. 2018-03-06 10:03:19 -07:00
setup.cfg Fix #220: Remove py2 from wheel tag. Gracefully handle Cython extension build failure. 2018-03-19 11:59:40 -07:00
setup.py Update version number to 4.0.0a3 2018-03-21 12:13:06 -07:00

Python Tools for Visual Studio debug server

Build Status

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.