You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-posted because I'm not getting support on the official Espressif forum. Maybe someone here can help with this very basic question...
I recently switched from Arduino to using Eclipse for my ESP32 development. I am a long time fan of Eclipse.
Using the latest version of the Espressif Eclipse IDE with ESP32-S3-WROOM-1.
I can debug, step in and out of code just fine, but I've noticed there is no button to reset the MCU as I've seen in other versions of Eclipse that I've used in the past.
Is this normal for the Espressif version of Eclipse?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Espressif's Eclipse debugger missing MCU Reset button
Espressif's Eclipse debugger missing MCU Reset button (IEP-1400)
Jan 15, 2025
Apologies for missing your question on the ESP forum. We've had a significant influx of issues raised on GitHub recently after the holidays, and it’s taking some time to respond to everyone. Thank you for your patience!
Eclipse removed this button a while ago, as this option is now available by right-clicking on the thread during a debug session:
However, you can add this button back by installing the Embedded C/C++ GDB JTAG Debugging plugin. To do so, please follow these steps:
Click Help in the IDE, then select Install New Software....
Cross-posted because I'm not getting support on the official Espressif forum. Maybe someone here can help with this very basic question...
I recently switched from Arduino to using Eclipse for my ESP32 development. I am a long time fan of Eclipse.
Using the latest version of the Espressif Eclipse IDE with ESP32-S3-WROOM-1.
I can debug, step in and out of code just fine, but I've noticed there is no button to reset the MCU as I've seen in other versions of Eclipse that I've used in the past.
Is this normal for the Espressif version of Eclipse?
The text was updated successfully, but these errors were encountered: