From 36bf011a65991d9f7f46eb41ff7a474701eba10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Korzeniewski?= Date: Thu, 28 May 2015 22:57:11 +0200 Subject: [PATCH] Add wdb - web debugger through WebSockets. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e033a2cb..4153a1d0 100644 --- a/README.md +++ b/README.md @@ -874,6 +874,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.