mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-14 11:32:56 +01:00
Update vscode debug configuration
This commit is contained in:
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@@ -7,10 +7,15 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceRoot}/bin/openrct2",
|
"program": "${workspaceRoot}/bin/openrct2",
|
||||||
"args": [],
|
"args": [],
|
||||||
"stopAtEntry": true,
|
"stopAtEntry": false,
|
||||||
"cwd": "${workspaceRoot}/bin",
|
"cwd": "${workspaceRoot}/bin",
|
||||||
"environment": [],
|
"environment": [],
|
||||||
"externalConsole": true,
|
"externalConsole": true,
|
||||||
|
"setupCommands": [
|
||||||
|
{
|
||||||
|
"text": "-enable-pretty-printing"
|
||||||
|
}
|
||||||
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"MIMode": "gdb"
|
"MIMode": "gdb"
|
||||||
},
|
},
|
||||||
@@ -27,6 +32,11 @@
|
|||||||
"request": "attach",
|
"request": "attach",
|
||||||
"program": "${workspaceRoot}/bin/openrct2",
|
"program": "${workspaceRoot}/bin/openrct2",
|
||||||
"processId": "${command.pickProcess}",
|
"processId": "${command.pickProcess}",
|
||||||
|
"setupCommands": [
|
||||||
|
{
|
||||||
|
"text": "-enable-pretty-printing"
|
||||||
|
}
|
||||||
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"MIMode": "gdb"
|
"MIMode": "gdb"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user