You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, nice report, but not necessarily a bug. Your debug_custom.json content looks incorrect if you use IDE 2.3.0+. The JSON must be an array of objects and not an object. See from #2281 (comment):
BREAKING:
A new schema has been introduced for debug_custom.json.
[
{
"configId": "here comes the FQBN of the board and the programmer. Copy it from the `launch.json`",
"servertype": "jlink",
"device": "MGM240PB32VNA",
"interface": "SWD",
"serverpath": "C:/Program Files/SEGGER/JLink_V794d/JLinkGDBServerCL.exe"
}
]
Describe the problem
Debuging with Arduino IDE fails with this error even if I followed this guide:
https://github.com/SiliconLabs/arduino?tab=readme-ov-file#debugger-configuration-file
debug_custom.json
Env
To reproduce
https://github.com/SiliconLabs/arduino?tab=readme-ov-file#debugger-configuration-file
debug_custom.json
Expected behavior
Start debugger.
Arduino IDE version
2.3.0
Operating system
Windows
Operating system version
Windows 11.2312.18.0
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: