add core dump debug
This commit is contained in:
12
src/core_dumps/.vscode/launch.json
vendored
12
src/core_dumps/.vscode/launch.json
vendored
@@ -16,6 +16,18 @@
|
|||||||
"MIMode": "gdb",
|
"MIMode": "gdb",
|
||||||
"miDebuggerServerAddress": "192.168.0.14:1234",
|
"miDebuggerServerAddress": "192.168.0.14:1234",
|
||||||
"miDebuggerPath": "/buildroot/output/host/bin/aarch64-linux-gdb"
|
"miDebuggerPath": "/buildroot/output/host/bin/aarch64-linux-gdb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "(gdb) debug Core Dumped",
|
||||||
|
"type": "cppdbg",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "${workspaceFolder}/app",
|
||||||
|
"stopAtEntry": true,
|
||||||
|
"cwd": "${workspaceFolder}",
|
||||||
|
"externalConsole": false,
|
||||||
|
"MIMode": "gdb",
|
||||||
|
"miDebuggerPath": "/buildroot/output/host/bin/aarch64-linux-gdb",
|
||||||
|
"coreDumpPath": "${workspaceFolder}/core"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user