{ "version": "0.2.0", "configurations": [ { "name": "Attach to qemu-riscv64-static", "type": "cppdbg", "request": "launch", "program": "${workspaceRoot}/hello", "cwd": "${workspaceRoot}", "stopAtEntry": true, "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ], "miDebuggerPath": "/usr/bin/gdb-multiarch", "miDebuggerServerAddress": "localhost:8888", } ] }