Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8624209

Browse files
committed
Merge pull request vinta#265 from techtonik/patch-1
Add debug and move pdb into secondary links
2 parents f8f1afa + 5b15054 commit 8624209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
844844

845845
*Libraries for debugging code.*
846846

847-
* [pdb](https://docs.python.org/2/library/pdb.html) - (Python standard library) The Python Debugger.
848-
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled pdb.
847+
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
848+
* [debug](https://pypi.python.org/pypi/debug) - `import debug` to fall into `ipdb` with `see`.
849849
* [winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI.
850850
* [pudb](https://pypi.python.org/pypi/pudb) – A full-screen, console-based Python debugger.
851851
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.

0 commit comments

Comments
 (0)