Open matsujirushi opened 1 year ago
debug_custom.json is default.
{
"name":"Arduino on ESP32-C3",
"toolchainPrefix":"riscv32-esp-elf",
"svdFile":"debug.svd",
"request":"attach",
"serverArgs":[
"-d3"
],
"overrideAttachCommands":[
"set remote hardware-watchpoint-limit 8",
"monitor reset",
"monitor halt",
"monitor gdb_sync",
"thb setup"
],
"overrideRestartCommands":[
"monitor reset",
"monitor halt",
"monitor gdb_sync",
"thb setup"
]
}
Board
ESP32C3 Dev Module
Device Description
ESP32C3 Dev Module is selected for the board. The physical board uses Seeed Studio XIAO ESP32C3.
Hardware Configuration
Built-in USB only.
Version
v2.0.7
IDE Name
Arduino IDE 2.0.4
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
An error occurs when I start debugging with the Arduino IDE while the ESP32C3 program is running.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide