111
This commit is contained in:
21
.vscode/launch.json
vendored
21
.vscode/launch.json
vendored
@@ -11,7 +11,6 @@
|
||||
"program": "/home/neople/game/df_game_r",
|
||||
"args": ["siroco15","start"],
|
||||
"stopAtEntry": false,
|
||||
"stopOnException": false,
|
||||
"cwd": "/home/neople/game/",
|
||||
"environment": [{
|
||||
"name": "LD_PRELOAD",
|
||||
@@ -31,26 +30,6 @@
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "(gdb) 附加",
|
||||
"type": "cppdbg",
|
||||
"request": "attach",
|
||||
"program": "/home/neople/game/df_game_r",
|
||||
"MIMode": "gdb",
|
||||
// "setupCommands": [
|
||||
// {
|
||||
// "description": "为 gdb 启用整齐打印",
|
||||
// "text": "-enable-pretty-printing",
|
||||
// "ignoreFailures": true
|
||||
// },
|
||||
// {
|
||||
// "description": "将反汇编风格设置为 Intel",
|
||||
// "text": "-gdb-set disassembly-flavor intel",
|
||||
// "ignoreFailures": true
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user