Module interactive_debugger

Module interactive_debugger 

Source
Expand description

Interactive Debugger for TrustformeRS

Provides step-through execution, breakpoints, variable inspection, call stack visualization, and time-travel debugging capabilities.

Structs§

Breakpoint
Breakpoint configuration
DebugLocation
Debugging location identifier
DebuggerState
Current state of the debugger
ExecutionSnapshot
Snapshot of execution state for time-travel debugging
InteractiveDebugger
Interactive debugger for step-through debugging and inspection
InteractiveDebuggerReport
Report generated by the interactive debugger
StackFrame
Call stack frame
VariableValue
Variable value with type information

Enums§

DebuggerCommand
Debugger command for external control
DebuggerResponse
Response from debugger operations
StepMode
Execution step mode