Skip to main content

🐍 Python

Sidekick is a live application debugger that helps you to diagnose flaws & bugs in Python applications with near zero overhead thanks to the asynchronous approach.

Supported versions

  • 2.7
  • 3.5
  • 3.6
  • 3.7
  • 3.8
  • 3.9

Supported Frameworks

FrameworkSupported Version
Django1.11+
Flask0.5+
Fastapi0.62.0+
info

Fastapi has been supported for Python 3.7 and above.

Limitations

  • Tracepoints can be put onto only executable codes inside methods.
  • Only method arguments and local variables are captured while getting a snapshot of the tracepoint.
  • Only the top frame (the method where the tracepoint was put) snapshot is captured. Lower frames' (caller methods in the call stack) snapshots are not captured yet but frame class name, method name, and line numbers are provided.
  • Python agent is only available for Linux and MacOS (including Apple Silicon)