Eclipse debugging on windows
Posted: Mon Jan 24, 2022 12:57 pm
Hey,
I have been working through the examples and can succesfully build and flash applications through eclipse. I managed to get the debugger working from the terminal but not through eclipse. I've been following the guide at https://docs.espressif.com/projects/esp ... ugger.html
The issue appears to be the ESP_IDF paths being parsed as command characters by gdb.
C:\Users\username\.espressif ools\xtensa-esp32-elfsp-2021r2-8.4.0\xtensa-esp32-elfin\xtensa-esp32-elf-gdb.exe: warning: Couldn't determine a path for the index cache directory.
If I open ESP-IDF 4.3 powershell I can see it load the following path.
C:\Users\username\.espressif\tools\xtensa-esp32-elf\esp-2021r2-8.4.0\xtensa-esp32-elf\bin
Does anyone know where these paths are stored so that I can change to \\ or / ?
Thanks,
Liam
I have been working through the examples and can succesfully build and flash applications through eclipse. I managed to get the debugger working from the terminal but not through eclipse. I've been following the guide at https://docs.espressif.com/projects/esp ... ugger.html
The issue appears to be the ESP_IDF paths being parsed as command characters by gdb.
C:\Users\username\.espressif ools\xtensa-esp32-elfsp-2021r2-8.4.0\xtensa-esp32-elfin\xtensa-esp32-elf-gdb.exe: warning: Couldn't determine a path for the index cache directory.
If I open ESP-IDF 4.3 powershell I can see it load the following path.
C:\Users\username\.espressif\tools\xtensa-esp32-elf\esp-2021r2-8.4.0\xtensa-esp32-elf\bin
Does anyone know where these paths are stored so that I can change to \\ or / ?
Thanks,
Liam