Skip to main content

Remote vanilla PDB (over TCP sockets).

Project description

Build Status Coverage Status PYPI Package

Remote vanilla PDB (over TCP sockets) done right: no extras, proper handling around connection failures and CI. Based on pdbx.

Usage

To open a remote PDB on first available port:

from remote_pdb import set_strace
set_strace() # you'll see the port number in the logs

To use some specific host/port:

from remote_pdb import RemotePdb
RemotePdb(4444).set_trace()

To connect just run telnet 127.0.0.1 4444

Requirements

Python 2.6, 2.7, 3.2, 3.3 and PyPy are supported.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

remote-pdb-0.2.0.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page