microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Add useRuntime option #55

Closed cwensley closed 3 years ago

cwensley commented 5 years ago

This adds an option to specify that the runtime should be used to execute the program, or if it should set the MONO_ENV_OPTIONS instead and launch directly.

This is very useful for applications that have embedded mono in a native application.

Also includes a fix for the tests so it compiles correctly.

Fixes #52

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

akoeplinger commented 3 years ago

This was recently implemented as part of https://github.com/microsoft/vscode-mono-debug/pull/66, thank you :)