Closed
Description
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
Invalid servertype parameters. The following values are supported: "jlink", "openocd", "stlink", "stutil", "pyocd", "bmp", "pe", "qemu", "external"
debug_custom.json
{
"servertype": "jlink",
"device": "MGM240PB32VNA",
"interface": "SWD",
"serverpath": "C:/Program Files/SEGGER/JLink_V794d/JLinkGDBServerCL.exe"
}
Env
- Arduino IDE version: 2.3.0
To reproduce
https://github.com/SiliconLabs/arduino?tab=readme-ov-file#debugger-configuration-file
debug_custom.json
{
"servertype": "jlink",
"device": "MGM240PB32VNA",
"interface": "SWD",
"serverpath": "C:/Program Files/SEGGER/JLink_V794d/JLinkGDBServerCL.exe"
}
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
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details