[Feature Request]: ESP32-S3-DevkitC-1 Debugging Support (VSC-765)
See original GitHub issueI manually changed the “idf.openOcdConfigs” in the extension.ts** file, line 1344 to board/esp32s3-builtin.cfg
since it has built-in Jtag. I also added the classes in the esp_debug_adapter hw_specific/esp.py
file, copying the original esp32. It works until it gets to an unknown symbol, which when I looked up is at 0x400011e8 (memset). It won’t let me step anymore. It also does this in the command-line version of xtensa-esp32s3-elf-gbd so it’s not a problem with the debug adapter.
So it’s just these few changes to get the ESP32-S3 added to this:
vscode-ext.txt
esp_debug_adapter.txt
Issue Analytics
- State:
- Created 2 years ago
- Comments:28 (13 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, I must’ve clicked the wrong button, I didn’t mean to close it. Thanks for letting me know, it was late and I was sleepy, lol.
The ESP32-S3 Builtin should probably get added to this list like the C3.