{"label":"Jlink GDB Server","type":"process","options": {"cwd":"${workspaceRoot}/STM32F429IGT"},"command":"E:/Git/STM32/STM32F429/.vscode/MakeAndStartJlink.cmd","args": ["STM32F429IG"],"group": {"kind":"build","isDefault":true},"problemMatcher": [] } ] }...
相对而言单片机 Windows IDE Jtag/JLink远程断点调试就简单易用得多,很多单片机工程师在这套开发环境下,都不需要加打印,可以直接通过仿真模式随意观察任何变量。 当然,有了vscode ssh remote + Linux GDB 这种解决方案以后,我们就可以在Windows 上打开vscode 的界面,用傻瓜化GUI, 远程GDB断点调试Linux 上的程序,而不...
这句话会告诉 Cortex-Debug 插件J-Link GDB server 的路径。 代码清单: 使用 J-link 调试的配置 { "version": "0.2.0", "configurations": [ { "name": "CortexDebug-Jlink", "type": "cortex-debug", "request": "launch", "cwd": "${workspaceFolder}", "executable": "${workspaceFolder}/gcc...