-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Extend the simulation runtime to support interactive debugging hooks. This is a prerequisite for full DAP support.
Tasks
- Add breakpoint storage to
Runtime(Signals, Levels, Phases) - Implement
execute_to_breakpoint()or similar fine-grained execution control - Add hooks to
PhaseExecutorto check for breakpoints during:- Signal resolution
- Level completion
- Phase transitions
- Support "halt" state in Runtime that can be resumed
- Update
ExecutionResultto distinguish between full tick completion and debug halts
Related
Epic #242
Reactions are currently unavailable