
PySnooper 1.2.3
0
A poor man's debugger for Python.
Contents
A poor man's debugger for Python.
Stars: 16600, Watchers: 16600, Forks: 959, Open Issues: 30The cool-RR/PySnooper repo was created 6 years ago and the last code push was 8 months ago.
The project is extremely popular with a mindblowing 16600 github stars!
How to Install pysnooper
You can install pysnooper using pip
pip install pysnooper
or add it to a project with poetry
poetry add pysnooper
Package Details
- Author
- Ram Rachum
- License
- None
- Homepage
- https://github.com/cool-RR/PySnooper
- PyPi:
- https://pypi.org/project/PySnooper/
- GitHub Repo:
- https://github.com/cool-RR/PySnooper
Classifiers
- Software Development/Debuggers
Related Packages
Errors
A list of common pysnooper errors.
Code Examples
Here are some pysnooper code examples and snippets.
GitHub Issues
The pysnooper package has 30 open issues on GitHub
- Indexing frame.f_code.co_code at frame.f_lasti can use -1 (invalid) leading to wrong opcode or IndexError
pythonfix







