.NET
.NET isn't an Open Platform
See isdotnetopen.com.
Debugging Outside of Microsoft Ecosystem
-
Install Samsung / netcoredbg
-
For VSCode based IDEs, add the following to your debug config inside
launch.json
:This works for Windows:
"pipeTransport": {
"pipeProgram": "cmd",
"pipeArgs": ["/c"],
"debuggerPath": "<path-to-netcoredbg>"
}