2020-08-05 19:21:42 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Attach to Core Debugger",
|
|
|
|
"type": "coreclr",
|
|
|
|
"request": "launch",
|
|
|
|
"preLaunchTask": "Build: Core Debug",
|
|
|
|
"program": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/KavTest.dll",
|
|
|
|
"args": [],
|
|
|
|
"env": {
|
|
|
|
"LD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/lib64",
|
|
|
|
"DYLD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/osx"
|
|
|
|
},
|
2020-08-06 22:26:46 +00:00
|
|
|
"cwd": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1",
|
2020-08-05 19:21:42 +00:00
|
|
|
"console": "integratedTerminal",
|
|
|
|
"internalConsoleOptions": "neverOpen"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|