I use Sloeber, and try to debug with an OpenOCD Jtag adapter.
In Eclipse, the GDB OpenOCD Debugging Config options are
Code: Select all
-c "debug_level 3" -s d:/eclipse-sloeber/openocd-esp32/share/openocd/scripts -f interface/ftdi/openocd-usb.cfg -f board/esp-wroom-32.cfg -c "adapter_khz 1000"
Code: Select all
Error in final launch sequence
Failed to execute MI command:
continue
Error message from debugger back end:
Warning:\nCannot insert breakpoint 1.\nCannot access memory at address 0x400d2674\nCannot insert breakpoint 2.\nCannot access memory at address 0x400f1aec\n
Failed to execute MI command:
continue
Error message from debugger back end:
Warning:\nCannot insert breakpoint 1.\nCannot access memory at address 0x400d2674\nCannot insert breakpoint 2.\nCannot access memory at address 0x400f1aec\n
Warning:\nCannot insert breakpoint 1.\nCannot access memory at address 0x400d2674\nCannot insert breakpoint 2.\nCannot access memory at address 0x400f1aec\n
[/code]