有没有大佬帮忙诊断一下
` "version": "0.2.0",
"configurations": [
{
"name": "Cortex Debug",
"cwd": "${workspaceFolder}",
"executable": "../EIDE/build/Target 1/EIDE.elf",
"request": "launch",
"type": "cortex-debug",
"runToEntryPoint": "main",
"servertype": "openocd",
"configFiles": [
"D:\OpenOCD-20211118-0.11.0\share\openocd\scripts\interface\stlink.cfg",
"D:\OpenOCD-20211118-0.11.0\share\openocd\scripts\target\stm32f4x.cfg"
]
}
]`
Reading symbols from D:\Arm GNU Toolchain arm-none-eabi\11.2 2022.02\bin\arm-none-eabi-objdump.exe --syms -C -h -w E:\TCPUDP\EIDE\build\Target 1\EIDE.elf
Reading symbols from d:/arm gnu toolchain arm-none-eabi\11.2 2022.02\bin\arm-none-eabi-nm.exe --defined-only -S -l -C -p E:\TCPUDP\EIDE\build\Target 1\EIDE.elf
Launching GDB: "D:\\Arm GNU Toolchain arm-none-eabi\\11.2 2022.02\\bin\\arm-none-eabi-gdb.exe" -q --interpreter=mi2 "E:\\TCPUDP\\EIDE\\build\\Target 1\\EIDE.elf"
Set "showDevDebugOutput": true in your "launch.json" to see verbose GDB transactions here. Helpful to debug issues or report problems
Launching gdb-server: "D:\\OpenOCD-20211118-0.11.0\\bin\\openocd.exe" -c "gdb_port 50001" -c "tcl_port 50002" -c "telnet_port 50003" -s "E:\\TCPUDP\\USER" -f "c:/Users/Admin/.vscode/extensions/marus25.cortex-debug-1.4.4/support/openocd-helpers.tcl" -f "D:\\OpenOCD-20211118-0.11.0\\share\\openocd\\scripts\\interface\\stlink.cfg" -f "D:\\OpenOCD-20211118-0.11.0\\share\\openocd\\scripts\\target\\stm32f4x.cfg"
Please check TERMINAL tab (gdb-server) for output from D:\OpenOCD-20211118-0.11.0\bin\openocd.exe