完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在参考官方网站的https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/debugging.md指导
我依据步骤进行了调试设置 但是在按下F5后无法启动调试,得到如下图的错误 这是我的launch.json文件设置 { "version": "0.2.0", "configurations": [ { "type": "espidf", "name": "Launch-name", "request": "launch", "skipVerifyAppBinBeforeDebug": true } ] } 请问是什么问题???? |
|
相关推荐
1个回答
|
|
1. 确保您已正确安装了以下组件:
- Visual Studio Code - ESP-IDF Extension for VSCode - Python 3.7 或更高版本 - esptool.py - openocd-esp32 2. 检查您的开发板是否已连接到计算机,并且驱动程序已正确安装。 3. 确保您的开发板已设置为下载模式。对于ESP32-SOLO-1,您需要按下BOOT按钮并同时按下RESET按钮,然后释放RESET按钮。 4. 检查您的vscode配置文件(`.vscode`文件夹中的`launch.json`)是否正确设置。以下是一个示例配置: ```json { "version": "0.2.0", "configurations": [ { "name": "ESP32 Debug", "type": "cppdbg", "request": "launch", "miDebuggerPath": "openocd-esp32", "servertype": "openocd", "cwd": "${workspaceFolder}", "gdbpath": "xtensa-esp32-elf-gdb", "postLaunchCommands": [ "monitor reset halt", "monitor flash breakpoints" ], "setupCommands": [ { "text": "target remote :3333", "description": "Connect to remote target", "ignoreFailures": false } ], "preLaunchTask": "ESP-IDF: Build", "externalConsole": false, "sourceFileMap": { "CMakeFiles": "${workspaceFolder}" }, "symbolLoadMode": "eager", "logging": { "moduleLoad": false, "trace": false, "engineLogging": false, "programOutput": false, "exceptions": false, "traceResponse": false } } ] } ``` |
|
|
|
只有小组成员才能发言,加入小组>>
171个成员聚集在这个小组
加入小组343 浏览 0 评论
1192 浏览 1 评论
587浏览 6评论
484浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
468浏览 5评论
467浏览 4评论
443浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-28 16:03 , Processed in 0.878191 second(s), Total 80, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号