From 7935630973be4b31626de752c8a7124437a61c31 Mon Sep 17 00:00:00 2001 From: Jackmoo Date: Mon, 29 Jun 2015 19:11:35 +0800 Subject: [PATCH] Added remote debugging info for winpdb Remote debugging capability verified by myself. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2454d9f..3b63582e 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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. * [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.