1 个仓库
Customizable script templates used to wrap debug expressions for consistent output formatting.
Distinct from Inline Expression Debugging: Focuses on the templating of debug expressions rather than inline diagnostic calls.
Explore 1 awesome GitHub repository matching development tools & productivity · Expression Templates. Refine with filters or upvote what's useful.
This is a visual debugging tool for VS Code that renders program variables and data structures as graphical diagrams during active debugging sessions. It functions as a programmable framework that converts internal runtime data and debug expressions into visual representations to assist in understanding program state. The project distinguishes itself through a programmable extraction system that allows the injection of custom JavaScript scripts into the debuggee. These scripts define how project-specific data types are parsed and transformed into JSON formats compatible with the visualization
Provides custom script templates for debug adapters to wrap expressions and ensure compatible JSON return strings.