Open dahmadjid opened 2 years ago
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: https://github.com/arduino/Arduino/issues/5928
There is some valuable discussion and information in that issue and the issues linked off it.
I've had a problem because of a busy port, when the upload would neither complete OR fail. A button to terminate the upload process would be very useful.
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?
Any update on this?
Unfortunately, even though a "CANCEL" button was added in https://github.com/arduino/arduino-ide/pull/2334, it turns out that the button doesn't actually terminate the underlying process (https://github.com/arduino/arduino-ide/issues/2517), so the requested feature has not been implemented.
The upstream issue should be now fixed in https://github.com/arduino/arduino-cli/pull/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