mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Merge pull request #388 from korzeniewskipl/master
Add wdb - web debugger through WebSockets.
This commit is contained in:
commit
4c527900b3
1 changed files with 1 additions and 0 deletions
|
@ -875,6 +875,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [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.
|
||||
* [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
|
||||
* [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 a new issue