Files
ESP-Nodes/ESP32-IDF_FreeRTOS/I2C_MultiDevice/build/bootloader/gdbinit/connect
2025-08-05 01:01:01 -04:00

8 lines
184 B
Plaintext

# 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