Skip to main content

Module debug

Module debug 

Source

Structs§

Breakpoint
CallFrame
CallStack
CurrentFrame
DebugVarSnapshot
A snapshot of a debug variable at a specific clock cycle.
DebugVarTracker
Tracks debug variable snapshots, mapping variable names to their most recent location info.
NativePtr
This represents a descriptor for a pointer translated from the IR into a form suitable for referencing data in Miden’s linear memory.
ReadMemoryExpr
ResolvedLocation
StackTrace
StepInfo

Enums§

BreakpointType
ControlFlowOp
FormatType
MemoryMode
OpDetail
OperationMatcher

Functions§

is_internal_source_uri
Returns true for source paths emitted by compiler/runtime internals rather than user code.
resolve_location_from_filesystem
Resolve a source location directly from the filesystem, returning the resolved path and line.
resolve_source_file_for_location
Resolve a source file for location.
resolve_source_path
Resolve a source URI to an existing local filesystem path.
resolve_variable_value
Resolve a debug variable’s value given its location and the current VM state.
snapshot_transient_debug_values
Snapshot transient debug locations at the decorator point.