Skip to main content

Module script

Module script 

Source
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ยง

ScriptBreakpoint
Breakpoint snapshot exposed to scripting frontends.
ScriptDebugger
Stable facade used by debugger scripting integrations.
ScriptExecutionContext
Execution context snapshot exposed to scripting callbacks.
ScriptFrame
Current frame snapshot exposed to scripting frontends.
ScriptSourceLocation
Source location snapshot exposed to scripting frontends.
ScriptValue
Variable snapshot exposed to scripting frontends.