Skip to content

feilang864/vscode-mono-debug

 
 

Repository files navigation

vscode-mono-debug

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

Building

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

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.5%
  • JavaScript 2.1%
  • Other 0.4%