You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
603 B
17 lines
603 B
{ |
|
"version": "0.2.0", |
|
"configurations": [ |
|
{ |
|
"name": "Attach with GDB", |
|
"type": "cppdbg", |
|
"request": "launch", |
|
"program": "./packages/app/build/aurora/psdk_4.0.2.303/aurora-arm/debug/su.markow.nextcloud-neon", |
|
"MIMode": "gdb", |
|
"miDebuggerPath": "/home/mars/.local/opt/gdb-14.1/bin/gdb", |
|
"miDebuggerServerAddress": "192.168.1.95:10005", |
|
"useExtendedRemote": true, |
|
"cwd": "${workspaceRoot}", |
|
"visualizerFile": "/home/mars/.config/Code/User/workspaceStorage/fea3d830734d8233dc16614e19dcbb1c/tonka3000.qtvsctools/qt.natvis.xml" |
|
} |
|
] |
|
}
|
|
|