Skip to main content

Crate spydecy_debugger

Crate spydecy_debugger 

Source
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 CPython API annotations for debugging
visualize_python_ast
Visualize Python AST for debugging