Skip to content
Snippets Groups Projects
Commit 05e16445 authored by Wilke Pierre's avatar Wilke Pierre
Browse files

debug and docker

parent e076b1cc
No related branches found
No related tags found
No related merge requests found
// {
// // Use IntelliSense to learn about possible attributes.
// // Hover to view descriptions of existing attributes.
// // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/kernel/kernel",
"cwd": "${workspaceRoot}",
"miDebuggerPath": "/usr/bin/gdb-multiarch",
"miDebuggerArgs": "--cd=${workspaceRoot} -ex \"source .gdbinit\"",
"launchCompleteCommand": "None",
"customLaunchSetupCommands": [],
"MIMode": "gdb",
"stopAtEntry": true,
"logging": {
"engineLogging": true
},
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment