I’m using an ESP32 with Segger J-link on VisualGDB 5.4. When I use a breakpoint, I often get the message “Received a SIGTRAP: Trace/breakpoint trap” after I press F10 to see the successive instruction. Is there a way to avoid it?
This might be an OpenOCD or gdb bug (unfortunately the ESP32 debugging tools are not as mature as the ARM tools). If you could reproduce this on a basic “blink” project and let us know the exact steps to reproduce it on our side, we could check if there is an easy workaround.