Skip to content

Commit

Permalink
.vscode/launch.json: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulingMonkey committed Feb 19, 2024
1 parent 617402f commit ae0c75d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"configurations": [
// mcom
{
"name": "mcom • example • d3d9 • debug",
"name": "example • d3d9 • debug",
"type": "cppdbg",
"request": "launch",
"internalConsoleOptions": "openOnSessionStart",
Expand All @@ -23,7 +23,7 @@
},
},
{
"name": "mcom • example • d3d9 • release",
"name": "example • d3d9 • release",
"type": "cppdbg",
"request": "launch",
"internalConsoleOptions": "openOnSessionStart",
Expand All @@ -42,7 +42,7 @@
},
},
{
"name": "mcom • example • d3d11 • debug",
"name": "example • d3d11 • debug",
"type": "cppdbg",
"request": "launch",
"internalConsoleOptions": "openOnSessionStart",
Expand All @@ -51,17 +51,17 @@
"cwd": "${workspaceFolder}",
"environment": [ { "name": "RUST_BACKTRACE", "value": "1" } ],
"windows": {
"type": "cppvsdbg",
"program": "${workspaceFolder}/target/debug/examples/d3d11.exe",
"enableDebugHeap": true,
"type": "cppvsdbg",
"program": "${workspaceFolder}/target/debug/examples/d3d11.exe",
"enableDebugHeap": true,
},
"symbolOptions": {
// "cachePath": "${env:TEMP}/SymbolCache"
"searchMicrosoftSymbolServer": true,
},
},
{
"name": "mcom • example • d3d11 • release",
"name": "example • d3d11 • release",
"type": "cppdbg",
"request": "launch",
"internalConsoleOptions": "openOnSessionStart",
Expand All @@ -70,9 +70,9 @@
"cwd": "${workspaceFolder}",
"environment": [ { "name": "RUST_BACKTRACE", "value": "1" } ],
"windows": {
"type": "cppvsdbg",
"program": "${workspaceFolder}/target/release/examples/d3d11.exe",
"enableDebugHeap": false,
"type": "cppvsdbg",
"program": "${workspaceFolder}/target/release/examples/d3d11.exe",
"enableDebugHeap": false,
},
"symbolOptions": {
// "cachePath": "${env:TEMP}/SymbolCache"
Expand Down

0 comments on commit ae0c75d

Please sign in to comment.