Please make the platform's debugging feature compatible with the latest Arduino IDE + CLI versions.
Arduino CLI's (>=0.35.0) debug feature is now based on a standard framework documented in the new specifications and guidelines. More details are in the blog post.
Arduino IDE 2.3.0 uses the latest CLI APIs for the debugger feature. Starting from arduino/arduino-cli#2391, the programmer is mandatory to retrieve the debug configuration from the CLI and start the debugger in IDE2. Otherwise, the debug feature will be disabled for the board in IDE2 (arduino/arduino-ide#2368).
Please define the programmers so that the platform's debug capability can be used in Arduino IDE 2.3.0. Thank you!
Arduino IDE users using the current version of Raspberry Pi RP2040 Boards platform must use Arduino IDE version 2.2.1 to enable the debugging.
Dev notes:
Please make the platform's debugging feature compatible with the latest Arduino IDE + CLI versions.
Arduino CLI's (
>=0.35.0) debug feature is now based on a standard framework documented in the new specifications and guidelines. More details are in the blog post.Arduino IDE 2.3.0 uses the latest CLI APIs for the debugger feature. Starting from arduino/arduino-cli#2391, the
programmeris mandatory to retrieve the debug configuration from the CLI and start the debugger in IDE2. Otherwise, the debug feature will be disabled for the board in IDE2 (arduino/arduino-ide#2368).Please define the programmers so that the platform's debug capability can be used in Arduino IDE 2.3.0. Thank you!
Arduino IDE users using the current version of
Raspberry Pi RP2040 Boardsplatform must use Arduino IDE version2.2.1to enable the debugging.Dev notes:
programmer.default