mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add lptrace to Debugger section
This commit is contained in:
parent
b01668186a
commit
ad1a3e58a3
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [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.
|
||||
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
|
||||
* [lptrace](https://github.com/khamidou/lptrace) - [strace](http://man7.org/linux/man-pages/man1/strace.1.html) for Python programs.
|
||||
* [pudb](https://pypi.python.org/pypi/pudb) - A full-screen, console-based Python debugger.
|
||||
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
|
||||
* [remote-pdb](https://github.com/ionelmc/python-remote-pdb) - Remote vanilla PDB (over TCP sockets).
|
||||
|
|
Loading…
Reference in a new issue