mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 12:31:07 +00:00
Merge pull request #408 from Jackmoo/master
Added remote debug info for winpdb
This commit is contained in:
commit
d54b6d57db
|
@ -880,7 +880,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.
|
* [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.
|
||||||
* [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
|
* [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
|
||||||
* [winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI.
|
* [winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI, capable of remote debugging based on rpdb2.
|
||||||
* [pudb](https://pypi.python.org/pypi/pudb) – A full-screen, console-based Python debugger.
|
* [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.
|
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
|
||||||
* [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
|
* [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user