diff --git a/README.md b/README.md index 7db23886..28b27d76 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html). * [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). * [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets. * [winpdb](http://winpdb.org/) - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`. * Profiler @@ -422,6 +423,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code. * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. * Others + * [hunter](https://github.com/ionelmc/python-hunter) - Hunter is a flexible code tracing toolkit. + * [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. * [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information. * [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server. @@ -1051,7 +1054,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Error Handler * [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. - ## Text Processing *Libraries for parsing and manipulating plain texts.*