Files
led-laser-frequenzen/.pio/build/xiao-esp32c6/gdbinit/connect
T
2026-08-11 22:33:36 +02: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