5afb5c5295 | ||
---|---|---|
.nuget | ||
.vscode | ||
Properties | ||
sdb@61e0e3bef2 | ||
src | ||
.gitignore | ||
.gitmodules | ||
.vscodeignore | ||
LICENSE.txt | ||
Makefile | ||
README.md | ||
TerminalHelper.scpt | ||
ThirdPartyNotices.txt | ||
build.sh | ||
gulpfile.js | ||
mono-debug.csproj | ||
mono-debug.sln | ||
package.json | ||
packages.config |
README.md
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