Warning
This is an EXPERIMENTAL library not ready for production use. For internal use only (for now).
A Python library that enables live debugging in production through runtime bytecode instrumentation. Set breakpoints remotely via PostHog and capture local variables, stack traces, and execution context without stopping your application.
You can run tests for all supported versions using tox
, just run:
$ tox
You can also run tests for a particular version with uv
directly
$ uv run --python 3.11 pytest test/