VS Code Mock DebugThis 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 but it is not connected to any real debugger. The sample is meant as an educational piece showing how to implement a debug adapter for VS Code. It can be used as a starting point for developing a real adapter. More information about how to develop a new debug adapter can be found here. Using Mock Debug
You can now 'step through' the Build and Run
|