Any thoughts on using Eclipse + EspressIF IDF plugin, instead of VSCode, in order to debug using the OpenOCD and ESP32-C/S' built-in jtag/debugger? I tried following a 2020 post called "Espressif esp-idf & Eclipse IDE: Debugging with JTAG and OpenOCD" by Craig Peacock, and "Updated "How to" Set Up Eclipse for ESP32-C3 Built in JTAG Debugging" But they're a few years old, so not sure if the instruction still work with the current versions(Eclipse 4.33, OpenOcd 0.11, espressif 5.4). I can't get it to debug using the esp32-c3 built in jtag debugger.. and can't tell if it's something with the generated elf/bin (tool chain/options) or something with OpenOcd/eclipse setup.
@ltkdt6 күн бұрын
By the updated post you mean this: www.esp32.com/viewtopic.php?t=22365 Even that is too old I guess and that shouldn't be too helpful by now. The best I can recommend is to just follow the official 5.3.2 stable documentation for esp-idf here : docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/jtag-debugging/index.html The guide doesn't mention how to get it to work with Eclipse IDE, but try to see if you can configure this