This commit is contained in:
lenheart
2025-03-27 20:24:19 +08:00
parent 21f64fbd9e
commit f2992c2a86
214 changed files with 18814 additions and 316 deletions

21
.vscode/launch.json vendored
View File

@@ -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
// }
// ]
}
]
}