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
- Debug
Location - Debugging location identifier
- Debugger
State - Current state of the debugger
- Execution
Snapshot - Snapshot of execution state for time-travel debugging
- Interactive
Debugger - Interactive debugger for step-through debugging and inspection
- Interactive
Debugger Report - Report generated by the interactive debugger
- Stack
Frame - Call stack frame
- Variable
Value - Variable value with type information
Enums§
- Debugger
Command - Debugger command for external control
- Debugger
Response - Response from debugger operations
- Step
Mode - Execution step mode