Description
Describe the problem
I use arduino ide with arduino-pico board set for Raspberry Pi pico development, along with a hardware-debugger being pico-probe. Until yesterday, everything was working as expected.
Overnight I updated my system to macOS 15.3.1 (24D70)
. Now, when I go to the DEBUG
tab in IDE, there are no configurations available. What's more, if I create "mockup" configuration I still cannot select it in a dialog box. I also tried with the configuration I know was working, but it's still un-select-able.
Note: From what I understand, I should not have to create debug config (edit launch.json
) either, this should be generated automatically for selected board.
To reproduce
- Use "Select Other Board and Port" dialog box to select board and port:
Raspberry Pi Pico - Raspberry Pi Pico/RP2040/RP2350
in my case. - Go to the
DEBUG
tab and check current configuration.
Expected behavior
Raspberry Pi Pico
configuration should be selected by default.
No Configurations
is selected by default. Adding mockup config or using last known working config does not work either, as it's not select-able.
Arduino IDE version
2.3.4
Operating system
macOS
Operating system version
15.3.1
Additional context
Issue reproduces on nightly, also tried reinstalling same and older versions of arduino-pico with no luck.
Only thing I believe might be related to the issue, was updating macOS to newest version. As said, I updated OS overnight and it stopped working.
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