Skip to content

Commit ba770ab

Browse files
updated launcher json
1 parent 443fb94 commit ba770ab

File tree

1 file changed

+18
-78
lines changed

1 file changed

+18
-78
lines changed

.vscode/launch.json

Lines changed: 18 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -22,104 +22,44 @@
2222
"console": "internalConsole",
2323
},
2424
{
25-
"name": "Sandbox3D (Darwin Debug)",
26-
"type": "cppdbg",
25+
"name": "Panzerfaust (macOS x64 Debug)",
26+
"type": "coreclr",
2727
"request": "launch",
28-
"program": "${workspaceFolder}/Result.Darwin.x64.Debug/Examples/Sandbox3D/src/sandbox3d",
28+
"program": "${workspaceFolder}/Result.Darwin.x64.Debug/Panzerfaust/Debug/net6.0/osx-x64/BuildLauncher.dll",
2929
"args": [],
30-
"stopAtEntry": false,
3130
"cwd": "${workspaceFolder}",
32-
"environment": [],
33-
"externalConsole": false,
34-
"MIMode": "lldb"
35-
},
36-
{
37-
"name": "Sandbox3D (Darwin Release)",
38-
"type": "cppdbg",
39-
"request": "launch",
40-
"program": "${workspaceFolder}/Result.Darwin.x64.Release/Examples/Sandbox3D/src/sandbox3d",
41-
"args": [],
4231
"stopAtEntry": false,
43-
"cwd": "${workspaceFolder}",
44-
"environment": [],
45-
"externalConsole": false,
46-
"MIMode": "lldb"
32+
"console": "internalConsole",
4733
},
4834
{
49-
"name": "Sandbox3D (Linux Debug)",
50-
"type": "cppdbg",
35+
"name": "Panzerfaust (macOS x64 Release)",
36+
"type": "coreclr",
5137
"request": "launch",
52-
"program": "${workspaceFolder}/Result.Linux.x64.Debug/Examples/Sandbox3D/src/sandbox3d",
38+
"program": "${workspaceFolder}/Result.Darwin.x64.Release/Panzerfaust/Release/net6.0/osx-x64/BuildLauncher.dll",
5339
"args": [],
40+
"cwd": "${workspaceFolder}",
5441
"stopAtEntry": false,
55-
"cwd": "${workspaceFolder}",
56-
"environment": [],
57-
"externalConsole": false,
58-
"MIMode": "gdb",
59-
"setupCommands": [
60-
{
61-
"description": "Enable pretty-printing for gdb",
62-
"text": "-enable-pretty-printing",
63-
"ignoreFailures": true
64-
}
65-
]
42+
"console": "internalConsole",
6643
},
6744
{
68-
"name": "Sandbox3D (Linux Release)",
69-
"type": "cppdbg",
45+
"name": "Panzerfaust (macOS ARM64 Debug)",
46+
"type": "coreclr",
7047
"request": "launch",
71-
"program": "${workspaceFolder}/Result.Linux.x64.Release/Examples/Sandbox3D/src/sandbox3d",
48+
"program": "${workspaceFolder}/Result.Darwin.x64.Debug/Panzerfaust/Debug/net6.0/osx-arm64/BuildLauncher.dll",
7249
"args": [],
73-
"stopAtEntry": false,
7450
"cwd": "${workspaceFolder}",
75-
"environment": [],
76-
"externalConsole": false,
77-
"MIMode": "gdb",
78-
"setupCommands": [
79-
{
80-
"description": "Enable pretty-printing for gdb",
81-
"text": "-enable-pretty-printing",
82-
"ignoreFailures": true
83-
}
84-
]
85-
},
86-
{
87-
"name": "Sandbox2D (Linux Debug)",
88-
"type": "cppdbg",
89-
"request": "launch",
90-
"program": "${workspaceFolder}/Result.Linux.x64.Debug/Examples/Sandbox/src/sandbox2d",
91-
"args": [],
9251
"stopAtEntry": false,
93-
"cwd": "${workspaceFolder}",
94-
"environment": [],
95-
"externalConsole": false,
96-
"MIMode": "gdb",
97-
"setupCommands": [
98-
{
99-
"description": "Enable pretty-printing for gdb",
100-
"text": "-enable-pretty-printing",
101-
"ignoreFailures": true
102-
}
103-
]
52+
"console": "internalConsole",
10453
},
10554
{
106-
"name": "Sandbox2D (Linux Release)",
107-
"type": "cppdbg",
55+
"name": "Panzerfaust (macOS ARM64 Release)",
56+
"type": "coreclr",
10857
"request": "launch",
109-
"program": "${workspaceFolder}/Result.Linux.x64.Release/Examples/Sandbox/src/sandbox2d",
58+
"program": "${workspaceFolder}/Result.Darwin.x64.Release/Panzerfaust/Release/net6.0/osx-arm64/BuildLauncher.dll",
11059
"args": [],
111-
"stopAtEntry": false,
11260
"cwd": "${workspaceFolder}",
113-
"environment": [],
114-
"externalConsole": false,
115-
"MIMode": "gdb",
116-
"setupCommands": [
117-
{
118-
"description": "Enable pretty-printing for gdb",
119-
"text": "-enable-pretty-printing",
120-
"ignoreFailures": true
121-
}
122-
]
61+
"stopAtEntry": false,
62+
"console": "internalConsole",
12363
}
12464
]
12565
}

0 commit comments

Comments
 (0)