VS Code MVsharp Debugger
This debugger allows you to visually debug your MVsharp Basic Programs.
It allows the following functionality:
- Your program automatically attaches to Visual Studio Code when a DEBUG statement is executed.
- The call stack is displayed showing each subroutine and the line it was called on
- All variables are displayed for each program in the call stack
- Hovering over a variable display it's content
- Breakpoints can be set/unset by clicking on the breakpoint column
- F10 steps through your program and F5 continues
To start the debugger, open a MVsharp Basic program and press F5. Select MVsharp Debugger from the debugger list
| |