rpdb

rpdb 0.1.2

rpdb is essentially a Python wrapper around pdb that will re-route stdin and stdout to a socket handler. By default it opens the debugger on port 4444:import rpdb; rpdb.set_trace()But you can change that by simply instantiating Rpdb manually:import...