From b1f14337bf991beb0bff3fbb016445cd7a4b132f Mon Sep 17 00:00:00 2001 From: Vinta Date: Tue, 1 Jul 2014 00:57:39 +0800 Subject: [PATCH] add ipdb to Debugging Tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d3afd78..c2f74231 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,7 @@ so you need Python. *Libraries for dubugging and developing* * [pdb](https://docs.python.org/2/library/pdb.html) - (Python standard library) The Python Debugger. +* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled pdb. * [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes. * [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.