
debugpy 1.8.20
0
An implementation of the Debug Adapter Protocol for Python
Contents
An implementation of the Debug Adapter Protocol for Python
Stars: 2349, Watchers: 2349, Forks: 187, Open Issues: 214The microsoft/debugpy repo was created 6 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2349 github stars!
How to Install debugpy
You can install debugpy using pip
pip install debugpy
or add it to a project with poetry
poetry add debugpy
Package Details
- Author
- Microsoft Corporation
- License
- MIT
- Homepage
- https://aka.ms/debugpy
- PyPi:
- https://pypi.org/project/debugpy/
- GitHub Repo:
- https://github.com/microsoft/debugpy
Classifiers
- Software Development/Debuggers
Related Packages
Errors
A list of common debugpy errors.
Code Examples
Here are some debugpy code examples and snippets.
GitHub Issues
The debugpy package has 214 open issues on GitHub
- WinError 10054 when debugging Python code
- debugpy 1.8.19 creates _DummyThread when inspecting PySide6 QThread under Python 3.13, causing teardown crash
- Python 3.14: annotate NotImplementedError on annotated pytest fixtures, tests and pydantic models
- The debugging session fails silently immediately after clicking 'Start Debugging' (On Windows only)
- Debug fails in python jupyter notebook where cells have
execution_count: null - Enable debugpy to work with domain sockets
pythonfix