23 lines
699 B
JSON
23 lines
699 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug LoopThroughWithOpenGLCompositing",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}\\build\\vs2022-x64-debug\\Debug\\LoopThroughWithOpenGLCompositing.exe",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}\\build\\vs2022-x64-debug\\Debug",
|
|
"environment": [],
|
|
"console": "internalConsole",
|
|
"symbolSearchPath": "${workspaceFolder}\\build\\vs2022-x64-debug\\Debug",
|
|
"requireExactSource": true,
|
|
"logging": {
|
|
"moduleLoad": true
|
|
},
|
|
"preLaunchTask": "Build LoopThroughWithOpenGLCompositing Debug x64"
|
|
}
|
|
]
|
|
}
|