VS Code Mono DebugA simple VS Code debugger extension for the Mono VM. Its implementation was inspired by the SDB command line debugger. Installing MonoYou can either download the latest Mono version for Linux, macOS, or Windows at the Mono project website or you can use your package manager.
Enable Mono debuggingTo enable debugging of Mono based C# (and F#) programs, you have to pass the
If you want to attach the VS Code debugger to a Mono program, pass these additional arguments to the Mono runtime:
The corresponding attach
Building the mono-debug extensionBuilding and using VS Code mono-debug requires a basic POSIX-like environment, a Bash-like shell, and an installed Mono framework. First, clone the mono-debug project:
To build the extension vsix, run:
|