ESP32 - Debugging using Eclipse [solved]
Posted: Fri Feb 01, 2019 2:27 pm
Hi all,
I'm trying to debug my code using Eclipse, I followed the espressif tuto : https://docs.espressif.com/projects/esp ... er-eclipse . I did exactly the same but when I'm launching the debugger I have the following problem :
Does anyone know why I have this message ?
I'm using Eclipse IDE for C/C++ Developers Version: 2018-12 (4.10.0) with an Olimex-arm-ocd-usb-h and a JTAG cable.
Thank for your time
I'm trying to debug my code using Eclipse, I followed the espressif tuto : https://docs.espressif.com/projects/esp ... er-eclipse . I did exactly the same but when I'm launching the debugger I have the following problem :
Code: Select all
Error in final launch sequence:
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: Connexion terminée par expiration du délai d'attente.
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: Connexion terminée par expiration du délai d'attente.
localhost:3333: Connexion terminée par expiration du délai d'attente.
I'm using Eclipse IDE for C/C++ Developers Version: 2018-12 (4.10.0) with an Olimex-arm-ocd-usb-h and a JTAG cable.
Thank for your time