{ "rust-analyzer.debug.engine": "ms-vscode.cpptools", "rust-analyzer.debug.engineSettings": { "cppdbg": { "miDebuggerPath": "/usr/local/cargo/bin/rust-gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb | 整齐打印", "text": "-enable-pretty-printing", "ignoreFailures": false }, { "description": "将反汇编风格设置为 Intel", "text": "-gdb-set disassembly-flavor intel", "ignoreFailures": true } ], } } }