Expand description
Script-facing debugger facade.
This module intentionally exposes a small, stable object model over the debugger rather than binding directly to the TUI/REPL state internals. Python scripting can wrap these types later without coupling Python users to private Rust implementation details.
Structsยง
- Script
Breakpoint - Breakpoint snapshot exposed to scripting frontends.
- Script
Debugger - Stable facade used by debugger scripting integrations.
- Script
Execution Context - Execution context snapshot exposed to scripting callbacks.
- Script
Frame - Current frame snapshot exposed to scripting frontends.
- Script
Source Location - Source location snapshot exposed to scripting frontends.
- Script
Value - Variable snapshot exposed to scripting frontends.