debug_custom.json 353 B

12345678910111213141516171819
  1. {
  2. "name":"Arduino on ESP32",
  3. "toolchainPrefix":"xtensa-esp32-elf",
  4. "svdFile":"esp32.svd",
  5. "request":"attach",
  6. "postAttachCommands":[
  7. "set remote hardware-watchpoint-limit 2",
  8. "monitor reset halt",
  9. "monitor gdb_sync",
  10. "thb setup",
  11. "c"
  12. ],
  13. "overrideRestartCommands":[
  14. "monitor reset halt",
  15. "monitor gdb_sync",
  16. "thb setup",
  17. "c"
  18. ]
  19. }