Skip to content

PostHog/libdebugger

Repository files navigation

libdebugger

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.

Test

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/

About

Live Debugger python library

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages