Page 1 of 1

xtensa-esp32-elf-gdb.exe has stop working problem

Posted: Wed Sep 25, 2019 8:30 pm
by chadpham75
I follow this intstruction
https://docs.espressif.com/projects/esp ... ugger.html


till step#4 for testing the command line method to make sure it is working but I keep getting the xtensa-esp32-elf-gdb.exe has stop working as the pop up picture I attached in this post.

Please any suggestion to get pass this error is appreciated.

Re: xtensa-esp32-elf-gdb.exe has stop working problem

Posted: Wed Sep 25, 2019 9:11 pm
by ESP_igrr
For now, the workaround is to set an environment variable TERM to value xterm before running GDB.:

set "TERM=xterm"

We will release an update which fixes this issue.