Remote vanilla PDB (over TCP sockets).
Project description
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file remote-pdb-0.2.0.tar.gz.
File metadata
- Download URL: remote-pdb-0.2.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8457d4d9f87405eccf6e6c2d6e7dfaa548a351286adf972e5e9793d4ff149aeb
|
|
| MD5 |
bbc98407b2851fadffc342d1aa25aaf1
|
|
| BLAKE2b-256 |
cea59cb6d2fd3017d62f713ba0725b83533a0ba5610e5eb8e92cf1fdf97a0547
|