mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Fix vscode debugger attach configuration
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -31,7 +31,7 @@
|
|||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"program": "${workspaceRoot}/bin/openrct2",
|
"program": "${workspaceRoot}/bin/openrct2",
|
||||||
"processId": "${command.pickProcess}",
|
"processId": "${command:pickProcess}",
|
||||||
"setupCommands": [
|
"setupCommands": [
|
||||||
{
|
{
|
||||||
"text": "-enable-pretty-printing"
|
"text": "-enable-pretty-printing"
|
||||||
|
|||||||
Reference in New Issue
Block a user