-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest Raspberry Pi RP2040 Boards
platform's debug configuration is incompatible with 2.3.0
#2368
Comments
What does the tooltip tell when you hover over the disabled Debug toolbar item? |
No programmer selected for Raspberry Pi Pico W |
OK. It is not a bug, but let's check. What happens when you select the programmer from the A programmer must be selected for the debugger to start in Arduino IDE IDE2 intentionally disables the debug functionality when no board or programmer is selected. See #2342 for more details. We track a related follow-up at #2345 that is specifically connected to the custom board options. You can define a default |
I see no meanfull information in the links, you provided. |
Thank you for providing more information on the problem. I have opened a follow-up: earlephilhower/arduino-pico#2003
I decided to leave this issue open for visibility reasons, but this problem cannot be fixed in this repository. I appreciate your understanding. |
Raspberry Pi RP2040 Boards
platform's debug configuration is incompatible with 2.3.0
Have the same issue with STM32 core. Honestly I don't understand why a programmer is requested now. It is not very clear how to properly support the new requested configuration. |
Ref: arduino/arduino-cli#2540 Closes: #2368 Signed-off-by: Akos Kitta <[email protected]>
We created a tester build and made the programmer optional for the debugger. Please help us and let us know how the changes work on your system. The PR is here: #2371. See the documentation on how to use the tester builds and report back: https://github.com/arduino/arduino-ide/blob/main/docs/contributor-guide/beta-testing.md. We appreciate your help. |
Hi @kittaakos |
@fpistm unfortunately we didn't have enough input/feedback during implementation. I'm confident we did our best in offering an extensible debugging platform, but must apologise if we broke things for some. u. |
Hi @kittaakos @ubidefeo And thanks for fixing the issue with the debug interface within the 2.3.1, as I met it during my first attempts to get the debug working again within the 2.3.0 version and wonder if I made a mistake 😉 . |
@Kabron287, could you please try out the tester build with the fixes 👆? If they work, we can do a patch release. Thanks for the help! |
Linking #103 here. |
Ref: arduino/arduino-cli#2540 Closes: #2368 Signed-off-by: Akos Kitta <[email protected]>
Ref: arduino/arduino-cli#2540 Closes: #2368 Signed-off-by: Akos Kitta <[email protected]>
Ref: arduino/arduino-cli#2540 Closes: #2368 Signed-off-by: Akos Kitta <[email protected]>
Ref: arduino/arduino-cli#2540 Closes: #2368 Signed-off-by: Akos Kitta <[email protected]>
Describe the problem
Debug option absent in 2.3 while it present in 2.2.1
To reproduce
Just run app.
Expected behavior
Debug option absent
Arduino IDE version
2.3
Operating system
Windows
Operating system version
10
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: