22 lines
No EOL
659 B
JSON
22 lines
No EOL
659 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"name": "Debug Sandbox Shared",
|
|
"program": "${workspaceFolder}/builddir/Sandbox/sandbox_shared.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"preLaunchTask": "build"
|
|
},
|
|
{
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"name": "Debug Sandbox Static",
|
|
"program": "${workspaceFolder}/builddir/Sandbox/sandbox_static.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"preLaunchTask": "build"
|
|
},
|
|
]
|
|
} |