1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{ "version": "0.2.0", "configurations": [ { "name": "Launch", "type": "mono", "request": "launch", "program": "${workspaceRoot}/program.exe", "args": [], "cwd": "${workspaceRoot}", "preLaunchTask": "", "runtimeExecutable": null, "env": {}, "externalConsole": false }, { "name": "Attach", "type": "mono", "request": "attach", "address": "localhost", "port": 55555 } ] }