connect 184 B

1234567
  1. # Connect to the default openocd-esp port and stop on app_main()
  2. set remotetimeout 10
  3. target remote :3333
  4. monitor reset halt
  5. maintenance flush register-cache
  6. thbreak app_main
  7. continue