Skip to main content

Module time_travel

Module time_travel 

Source
Expand description

Time-travel debugging support for the Shape VM.

Captures VM state snapshots at configurable intervals during execution, allowing forward and backward navigation through execution history.

Structs§

TimeTravel
Time-travel debugger state.
TimeTravelConfig
Configuration for the time-travel debugger.
VmSnapshot
A snapshot of VM state at a point in time.

Enums§

CaptureMode
When to capture VM snapshots.
CaptureReason
Why a snapshot was captured.