Skip to content

Commit

Permalink
Add debug and move pdb into secondary links
Browse files Browse the repository at this point in the history
`pdb` from standard library is not awesome (especially with all these alternatives)
  • Loading branch information
techtonik committed Nov 19, 2014
1 parent d878a2c commit 5b15054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by

*Libraries for debugging code.*

* [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.
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
* [debug](https://pypi.python.org/pypi/debug) - `import debug` to fall into `ipdb` with `see`.
* [winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI.
* [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.
Expand Down

0 comments on commit 5b15054

Please sign in to comment.