Skip to content

Commit b016681

Browse files
authored
Merge pull request vinta#406 from ionelmc/patch-1
Add few more debugging tools.
2 parents 2d70475 + beb08bf commit b016681

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,13 +415,16 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
415415
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
416416
* [pudb](https://pypi.python.org/pypi/pudb) - A full-screen, console-based Python debugger.
417417
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
418+
* [remote-pdb](https://github.com/ionelmc/python-remote-pdb) - Remote vanilla PDB (over TCP sockets).
418419
* [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
419420
* [winpdb](http://winpdb.org/) - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`.
420421
* Profiler
421422
* [line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling.
422423
* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
423424
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
424425
* Others
426+
* [hunter](https://github.com/ionelmc/python-hunter) - Hunter is a flexible code tracing toolkit.
427+
* [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.
425428
* [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.
426429
* [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
427430

@@ -1051,7 +1054,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
10511054
* Error Handler
10521055
* [FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
10531056

1054-
10551057
## Text Processing
10561058

10571059
*Libraries for parsing and manipulating plain texts.*

0 commit comments

Comments
 (0)