18 lines
570 B
JSON
18 lines
570 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug LoopThroughWithOpenGLCompositing",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}\\apps\\LoopThroughWithOpenGLCompositing\\x64\\Debug\\LoopThroughWithOpenGLCompositing.exe",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}\\apps\\LoopThroughWithOpenGLCompositing\\x64\\Debug",
|
|
"environment": [],
|
|
"console": "internalConsole",
|
|
"preLaunchTask": "Build LoopThroughWithOpenGLCompositing Debug x64"
|
|
}
|
|
]
|
|
}
|