mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Merge pull request #265 from techtonik/patch-1
Add debug and move pdb into secondary links
This commit is contained in:
commit
8624209bf6
|
@ -844,8 +844,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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user