code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

vscode unknown error

Open Hamid-Najafi opened this issue 7 years ago • 0 comments

I have some unknown problem ! Using ST-UTIL(4242) gdb server or OPENOCD (3333):

Debug adapter process has terminated unexpectedly (read error)

my GDB is: gdb 7-2017-q4-major

configuration

{ "type": "gdb", "request": "attach", "name": "Attach to gdbserver", "executable": “./build/F103-Blink.elf", "target": ":4242", "remote": true, "cwd": "${workspaceRoot}" }

I can debug using console.

Hamid-Najafi avatar Nov 16 '18 18:11 Hamid-Najafi