Getting started
Capture a Python script under instrumentation, then scrub through every line, branch, assignment, and HTTP call in three visual views.
1Record a trace
Click + New record above to pick a .py file and run it interactively, or in your terminal:
tracesnap record path/to/script.py
2Open a record
Every recording lands in the library below. Click a record's name to open it, or use the action buttons to pick a specific view.
3Switch views
Each trace has four equivalent visualisations:
Text
Simulator
Call graph
Event graph
Library …
Loading…