-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Allow user to terminate compilation and upload processes #1199
Comments
Thanks for your suggestion @dahmadjid. For the sake of making all the relevant information available to the interested parties, I'll add a link to the equivalent feature request for Arduino IDE 1.x: arduino/Arduino#5928 There is some valuable discussion and information in that issue and the issues linked off it. |
This comment was marked as duplicate.
This comment was marked as duplicate.
Closes #1199 Signed-off-by: Akos Kitta <[email protected]>
Closes #1199 Signed-off-by: Akos Kitta <[email protected]>
Closes #1199 Signed-off-by: Akos Kitta <[email protected]>
Closes #1199 Signed-off-by: Akos Kitta <[email protected]>
Closes #1199 Signed-off-by: Akos Kitta <[email protected]>
Closes #1199 Signed-off-by: Akos Kitta <[email protected]>
I have the IDE version 2.3.2 from 2 weeks ago, this feature is missing or I did not find it. Will this come with a later version or did I not see it? |
It's in the nightly build: https://www.arduino.cc/en/software#nightly-builds |
Really cool that it's in the nightly build of 6 weeks ago . . . but where is it documented? IOW, what is the keystroke shortcut? |
This comment was marked as spam.
This comment was marked as spam.
The upstream issue should be now fixed in arduino/arduino-cli#2726. |
Describe the request
Provide a way for the user to terminate the compilation and upload processes.
Describe the current behavior
In some cases, it is clear to the user that a compile or upload process is going to fail. Currently, they must wait through what is sometimes a lengthy process until it fails before they can make another attempt.
This is especially prevalent for uploads due to the common design of upload tools (e.g., AVRDUDE, rp2040load) to pointlessly retry a failed upload over and over again, even though if the process failed the first time, it is certain to fail on the retries as well.
Arduino IDE version
d6a4b0f
Operating system
Operating system version
Additional context
Additional reports
Keywords
Issue checklist
The text was updated successfully, but these errors were encountered: