Skip to content
Snippets Groups Projects
Commit 854cb4d4 authored by ftomi's avatar ftomi
Browse files

Debug works

parent 3948e842
No related branches found
No related tags found
No related merge requests found
{
"version": "0.2.0",
"configurations": [
{
"name": "C++ Launch",
"type": "cppdbg",
"request": "launch",
"cwd": "${workspaceFolder}",
"program": "${workspaceRoot}/minimatrixrpi",
"miDebuggerPath": "c:\\MinGW\\bin\\gdb.exe",
"miDebuggerServerAddress": "192.168.2.212:10000",
"MIMode": "gdb"
},
{
"type": "gdb",
"request": "attach",
"name": "Attach to gdbserver",
"executable": "${workspaceRoot}/minimatrixrpi",
"target": "192.168.2.212:10000",
"remote": true,
"printCalls": true,
"request": "launch",
"name": "Launch Program (SSH)",
"target": "./minimatrixrpi",
"cwd": "${workspaceRoot}",
"gdbpath": "c:\\MinGW\\bin\\gdb.exe",
"valuesFormatting": "parseText"
"ssh": {
"host": "192.168.2.212",
"cwd": "/home/pi/Documents/minimatrixrpi/test_anim/",
"password": "kiskutya",
"user": "pi"
}
//"preLaunchTask": "fetch program"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment