Structs§
- Breakpoint
- Call
Frame - Call
Stack - Current
Frame - Debug
VarSnapshot - A snapshot of a debug variable at a specific clock cycle.
- Debug
VarTracker - Tracks debug variable snapshots, mapping variable names to their most recent location info.
- Native
Ptr - This represents a descriptor for a pointer translated from the IR into a form suitable for referencing data in Miden’s linear memory.
- Read
Memory Expr - Resolved
Location - Stack
Trace - Step
Info
Enums§
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.