DISCLAIMER: Much of this was written with Copilot (GPT-5 mini and Sonnet 4.5) as a starting point to learn from. As I've/am learning, more and more of the code is/will be updated with my own code.
This is a starter sample for developing VS Code debug adapters. Mock Debug simulates a debug adapter for Visual Studio Code. It supports step, continue, breakpoints, exceptions, and variable access ...