mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-28 06:21:08 +00:00
Add few more debugging tools.
This commit is contained in:
parent
5683d146c3
commit
f41b384513
|
@ -890,6 +890,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
|
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
|
||||||
* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
|
* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
|
||||||
* [pyelftools](https://github.com/eliben/pyelftools) - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
|
* [pyelftools](https://github.com/eliben/pyelftools) - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
|
||||||
|
* [manhole](https://github.com/ionelmc/python-manhole) - Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.
|
||||||
|
* [hunter](https://github.com/ionelmc/python-hunter) - Hunter is a flexible code tracing toolkit.
|
||||||
|
* [remote-pdb](https://github.com/ionelmc/python-remote-pdb) - Remote vanilla PDB (over TCP sockets).
|
||||||
|
|
||||||
## Science and Data Analysis
|
## Science and Data Analysis
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user