Skip to main content

A simple tool that allows you to debug your system whenever you want, with no overhead, even in production!

Project description

adhoc-pdb

Build Status Code style: black PyPI version

A simple tool that allows you to debug your system whenever you want, with no overhead, even in production!

Install

pip install adhoc-pdb (or pip install adhoc-pdb[cli] to get a nice CLI)

For development, clone this repo and run make.

Usage

In your code:

import adhoc_pdb
adhoc_pdb.install()

Debug using adhoc-pdb cli:

adhoc-pdb <pid>

or using pure shell:

kill -SIGUSR1 <pid>
telnet localhost 9999

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

adhoc_pdb-0.1.2-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

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