Skip to content

Unity-Technologies/vscode-mono-debug

 
 

Repository files navigation

VS Code Mono Debug

A simple VS Code debug extension for the Mono VM. It is based on the SDB command line debugger.

Since Mono Debug is already bundled with VS Code up to version 0.10.9, it is not necessary to install this extension in current versions of VS Code.

Building

build status

Building 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:

$ git clone https://github.com/Microsoft/vscode-mono-debug

To build the extension vsix, run:

$ cd vscode-mono-debug
$ make

About

A simple VS Code debug adapter for mono

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 80.5%
  • TypeScript 18.8%
  • Makefile 0.7%