Stimulate/build/bootloader/gdbinit/connect

8 lines
184 B
Plaintext
Raw Normal View History

2025-09-25 18:50:48 +08:00
# Connect to the default openocd-esp port and stop on app_main()
set remotetimeout 10
target remote :3333
monitor reset halt
maintenance flush register-cache
thbreak app_main
continue