debugpy 1.8.7
0
An implementation of the Debug Adapter Protocol for Python
Contents
An implementation of the Debug Adapter Protocol for Python
Stars: 1826, Watchers: 1826, Forks: 134, Open Issues: 230The microsoft/debugpy
repo was created 4 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1826 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 230 open issues on GitHub
- Show lambda functions in "Step Into Targets"
- Programming the Debug Console's rendering of user data
- VSCode Debugger for Python2 Does Not Work.
- threadId inconsistency in continued events
- Cannot step into external programs even when "justMyCode" is set to false
- High CPU Usage - v1.5.1
- Comprehension list in Debug Console doesn't get updated
- debugpy breaks
breakpoint()
in pytest context - RecursionError: maximum recursion depth exceeded when debug unittest
- Don't do eval/exec inside of
except
clause - Fail to run debugpy using vscode with flask, "No module named" error message
- Can't combine Debugpy and FLASK_ENV=Development
- VS Code IDE Freezes on Remote Breakpoint
- Could not debug remote code with dataloaders which has num_workers>0
- Pandas/NumPy code exhibits unusual behavior, but only running with debugpy.