Expand description
Spydecy Interactive Debugger
This module implements the introspective debugger that allows stepping through the transpilation process to identify issues. Built incrementally alongside the transpiler (per Gemini’s recommendation).
§Sprint 2 Feature
visualize python-ast - Display Python AST and HIR conversion
Modules§
- commands
- Debugger Command Structures
- repl
- Interactive REPL for stepping through transpilation
- state
- Transpilation State Tracking
- stepper
- Transpilation Stepper
- visualize
- AST visualization for debugging
Functions§
- start_
interactive_ debugger - Start interactive step-through debugging session
- visualize_
c_ ast - Visualize C AST with
CPythonAPI annotations for debugging - visualize_
python_ ast - Visualize Python AST for debugging