Skip to content

Commit ad1a3e5

Browse files
committed
add lptrace to Debugger section
1 parent b016681 commit ad1a3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
413413
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
414414
* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
415415
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
416+
* [lptrace](https://github.com/khamidou/lptrace) - [strace](http://man7.org/linux/man-pages/man1/strace.1.html) for Python programs.
416417
* [pudb](https://pypi.python.org/pypi/pudb) - A full-screen, console-based Python debugger.
417418
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
418419
* [remote-pdb](https://github.com/ionelmc/python-remote-pdb) - Remote vanilla PDB (over TCP sockets).

0 commit comments

Comments
 (0)