question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request]: ESP32-S3-DevkitC-1 Debugging Support (VSC-765)

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:28 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
meltdown03commented, Nov 6, 2021

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.

1reaction
meltdown03commented, Oct 21, 2021

… or use the Select OpenOCD Board Configuration command which uses the information from openOCD boards directly.

The ESP32-S3 Builtin should probably get added to this list like the C3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found