{"library":"rpdb","title":"rpdb","description":"A remote debugger wrapper around pdb that exposes the debugger on a TCP socket (default port 4444), allowing you to connect with telnet or netcat. Current version: 0.2.0. Infrequently maintained; last release 2021.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install rpdb"],"cli":null},"imports":["import rpdb"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import rpdb\nrpdb.set_trace()\n# Your code here, then connect via: nc localhost 4444","lang":"python","description":"Place rpdb.set_trace() in your code where you want to break. When the breakpoint is hit, rpdb listens on TCP port 4444. Connect using netcat or telnet to interact with the debugger.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}