Skip to main content

snapshot_transient_debug_values

Function snapshot_transient_debug_values 

Source
pub fn snapshot_transient_debug_values(
    infos: &mut [DebugVarInfo],
    stack: &[Felt],
)
Expand description

Snapshot transient debug locations at the decorator point.

Stack locations are only meaningful at the debug decorator itself. Keeping them live and resolving them against a later VM stack can report unrelated values. Memory, local, and frame-base declarations describe live storage and must be resolved against the current VM state when the user inspects variables.