22
22
"console" : " internalConsole" ,
23
23
},
24
24
{
25
- "name" : " Sandbox3D (Darwin Debug)" ,
26
- "type" : " cppdbg " ,
25
+ "name" : " Panzerfaust (macOS x64 Debug)" ,
26
+ "type" : " coreclr " ,
27
27
"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 " ,
29
29
"args" : [],
30
- "stopAtEntry" : false ,
31
30
"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" : [],
42
31
"stopAtEntry" : false ,
43
- "cwd" : " ${workspaceFolder}" ,
44
- "environment" : [],
45
- "externalConsole" : false ,
46
- "MIMode" : " lldb"
32
+ "console" : " internalConsole" ,
47
33
},
48
34
{
49
- "name" : " Sandbox3D (Linux Debug )" ,
50
- "type" : " cppdbg " ,
35
+ "name" : " Panzerfaust (macOS x64 Release )" ,
36
+ "type" : " coreclr " ,
51
37
"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 " ,
53
39
"args" : [],
40
+ "cwd" : " ${workspaceFolder}" ,
54
41
"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" ,
66
43
},
67
44
{
68
- "name" : " Sandbox3D (Linux Release )" ,
69
- "type" : " cppdbg " ,
45
+ "name" : " Panzerfaust (macOS ARM64 Debug )" ,
46
+ "type" : " coreclr " ,
70
47
"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 " ,
72
49
"args" : [],
73
- "stopAtEntry" : false ,
74
50
"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" : [],
92
51
"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" ,
104
53
},
105
54
{
106
- "name" : " Sandbox2D (Linux Release)" ,
107
- "type" : " cppdbg " ,
55
+ "name" : " Panzerfaust (macOS ARM64 Release)" ,
56
+ "type" : " coreclr " ,
108
57
"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 " ,
110
59
"args" : [],
111
- "stopAtEntry" : false ,
112
60
"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" ,
123
63
}
124
64
]
125
65
}
0 commit comments