close
The Wayback Machine - https://web.archive.org/web/20160323162309/https://github.com/microsoft/vscode-mono-debug
Skip to content
Learn more
Please note that GitHub no longer supports Internet Explorer versions 7 or 8.

We recommend upgrading to the latest Internet Explorer, Google Chrome, or Firefox.

If you are using IE 11, make sure you turn off "Compatibility View".

A simple VS Code debug adapter for mono
C# TypeScript Makefile
Find file

README.md

VS Code Mono Debug

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

Mono Debug was already bundled with VS Code up to version 0.10.9. Starting with VS Code 0.10.10 you will have to install this extension for debugging Mono programs.

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
Something went wrong with that request. Please try again.