Set radix (16) for gdb
This commit is contained in:
parent
c35b33b613
commit
8103118fa4
4 changed files with 12 additions and 5 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
@ -8,7 +8,7 @@
|
|||
"name": "(gdb) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/cmake_tutorial",
|
||||
"program": "${command:cmake.launchTargetPath}",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${fileDirname}",
|
||||
|
@ -25,6 +25,11 @@
|
|||
"description": "Set Disassembly Flavor to Intel",
|
||||
"text": "-gdb-set disassembly-flavor intel",
|
||||
"ignoreFailures": true
|
||||
},
|
||||
{
|
||||
"description": "Set output radix",
|
||||
"text": "set output-radix 16",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
],
|
||||
"preLaunchTask": "CMake: build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue