add gdb script for attaching to the esp32 openocd

custom
jacqueline 3 years ago
parent 7e9a7393bb
commit dab6533ae0
  1. 6
      tools/gdbinit

@ -0,0 +1,6 @@
target extended-remote :3333
set remote hardware-watchpoint-limit 2
mon reset halt
flushregs
thb app_main
c
Loading…
Cancel
Save