A simple VS Code debug adapter for mono
Перейти к файлу
Andre Weinand 9fe4b41a0c use final version of node vscode-debugprotocol (1.6.1) 2016-02-29 12:51:06 +01:00
.nuget add .nuget folder 2015-11-11 14:16:11 +01:00
.vscode some renaming 2016-02-20 10:48:13 +01:00
Properties update date 2016-02-21 01:55:37 +01:00
images add icon 2016-02-19 19:17:48 +01:00
sdb@61e0e3bef2 fix sdb submodule 2015-11-10 21:59:49 +01:00
src upgrade to typescript 1.8.2 2016-02-28 00:32:31 +01:00
tests upgrade to typescript 1.8.2 2016-02-28 00:32:31 +01:00
.gitignore upgrade to typescript 1.8.2 2016-02-28 00:32:31 +01:00
.gitmodules fix sdb submodule 2015-11-10 21:59:49 +01:00
.travis.yml remove mono 3.12.0 from tests 2016-02-21 19:45:34 +01:00
.vscodeignore add icon 2016-02-19 19:17:48 +01:00
LICENSE.txt Updating license to standard Microsoft header. 2015-11-23 17:52:04 -08:00
Makefile some renaming 2016-02-20 10:48:13 +01:00
README.md add warning to readme.md 2016-02-19 20:38:13 +01:00
TerminalHelper.scpt move terminahelper to correct place 2015-11-11 10:38:06 +01:00
ThirdPartyNotices.txt Update ThirdPartyNotices.txt 2015-11-17 15:51:18 -08:00
mono-debug.csproj clean up for release 2016-02-21 23:27:25 +01:00
mono-debug.sln initial checkin 2015-11-10 18:15:28 +01:00
package.json use final version of node vscode-debugprotocol (1.6.1) 2016-02-29 12:51:06 +01:00
package.nls.json remove unused strings 2016-02-19 22:49:12 +01:00
packages.config make sure to use the json library that is covered in the thirdPartyNotices 2015-11-12 15:57:34 +01:00

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.

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