Skip to content

Instantly share code, notes, and snippets.

@dudeisbrendan03
Created November 29, 2022 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dudeisbrendan03/0dfadc7435fdb84cbb10848834e309ec to your computer and use it in GitHub Desktop.
Save dudeisbrendan03/0dfadc7435fdb84cbb10848834e309ec to your computer and use it in GitHub Desktop.
asd
{
"name": "[root] Debug",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}",
"args": ["fat16.img", "root"],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
},
{
"description": "Set Disassembly Flavor to Intel",
"text": "-gdb-set disassembly-flavor intel",
"ignoreFailures": true
}
],
"preLaunchTask": "C/C++: gcc-11 build active file",
"miDebuggerPath": "/usr/bin/gdb",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment