|
99 | 99 | } |
100 | 100 | ] |
101 | 101 | }, |
| 102 | + { |
| 103 | + "name": "GLFWDemo", |
| 104 | + "type": "cppdbg", |
| 105 | + "request": "launch", |
| 106 | + "program": "${workspaceFolder}/build/DiligentSamples/Samples/GLFWDemo/GLFWDemo", |
| 107 | + "args": ["-mode vk"], |
| 108 | + "stopAtEntry": false, |
| 109 | + "cwd": "${workspaceFolder}/DiligentSamples/Samples/GLFWDemo/assets", |
| 110 | + "environment": [], |
| 111 | + "externalConsole": true, |
| 112 | + "MIMode": "gdb", |
| 113 | + "setupCommands": [ |
| 114 | + { |
| 115 | + "description": "Enable pretty-printing for gdb", |
| 116 | + "text": "-enable-pretty-printing", |
| 117 | + "ignoreFailures": true |
| 118 | + } |
| 119 | + ] |
| 120 | + }, |
102 | 121 | { |
103 | 122 | "name": "GhostCubeScene", |
104 | 123 | "type": "cppdbg", |
105 | 124 | "request": "launch", |
106 | | - "program": "${workspaceFolder}/build/unityplugin/GhostCubeScene/GhostCubeScene", |
| 125 | + "program": "${workspaceFolder}/build/DiligentSamples/UnityPlugin/GhostCubeScene/GhostCubeScene", |
107 | 126 | "args": ["-mode gl"], |
108 | 127 | "stopAtEntry": false, |
109 | | - "cwd": "${workspaceFolder}/unityplugin/GhostCubeScene/assets", |
| 128 | + "cwd": "${workspaceFolder}//DiligentSamples/UnityPlugin/GhostCubeScene/assets", |
110 | 129 | "environment": [], |
111 | 130 | "externalConsole": true, |
112 | 131 | "MIMode": "gdb", |
|
517 | 536 | } |
518 | 537 | ] |
519 | 538 | }, |
| 539 | + { |
| 540 | + "name": "Tutorial21_RayTracing", |
| 541 | + "type": "cppdbg", |
| 542 | + "request": "launch", |
| 543 | + "program": "${workspaceFolder}/build/DiligentSamples/Tutorials/Tutorial21_RayTracing/Tutorial21_RayTracing", |
| 544 | + "args": ["-mode vk"], |
| 545 | + "stopAtEntry": false, |
| 546 | + "cwd": "${workspaceFolder}/DiligentSamples/Tutorials/Tutorial21_RayTracing/assets", |
| 547 | + "environment": [], |
| 548 | + "externalConsole": true, |
| 549 | + "MIMode": "gdb", |
| 550 | + "setupCommands": [ |
| 551 | + { |
| 552 | + "description": "Enable pretty-printing for gdb", |
| 553 | + "text": "-enable-pretty-printing", |
| 554 | + "ignoreFailures": true |
| 555 | + } |
| 556 | + ] |
| 557 | + }, |
| 558 | + { |
| 559 | + "name": "Tutorial22_HybridRendering", |
| 560 | + "type": "cppdbg", |
| 561 | + "request": "launch", |
| 562 | + "program": "${workspaceFolder}/build/DiligentSamples/Tutorials/Tutorial22_HybridRendering/Tutorial22_HybridRendering", |
| 563 | + "args": ["-mode vk"], |
| 564 | + "stopAtEntry": false, |
| 565 | + "cwd": "${workspaceFolder}/DiligentSamples/Tutorials/Tutorial22_HybridRendering/assets", |
| 566 | + "environment": [], |
| 567 | + "externalConsole": true, |
| 568 | + "MIMode": "gdb", |
| 569 | + "setupCommands": [ |
| 570 | + { |
| 571 | + "description": "Enable pretty-printing for gdb", |
| 572 | + "text": "-enable-pretty-printing", |
| 573 | + "ignoreFailures": true |
| 574 | + } |
| 575 | + ] |
| 576 | + }, |
520 | 577 | { |
521 | 578 | "name": "DiligentCoreTest", |
522 | 579 | "type": "cppdbg", |
|
0 commit comments