1 repository
Techniques for wrapping debug expressions in templates to ensure compatible data return formats.
Distinct from Inline Expression Debugging: Focuses on the formatting and wrapping of expressions for compatibility rather than the act of inline debugging.
Explore 1 awesome GitHub repository matching development tools & productivity · Expression Wrapping. 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
Wraps user expressions in templates to ensure the debug adapter returns JSON strings compatible with rendering.