-
-
Notifications
You must be signed in to change notification settings - Fork 7k
--verify for 'release' version of arduino IDE executable on Windows #3461
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
Comments
Yes, my mistake... sorry about that @matthijskooijman . I must have submitted #3460 by mistake as I had this one open for a while, and then had another thought about the Travis CI lockup I has having problems with, and then must have submitted this instead of closing it. On the Travis CI linux VM, it locks up at 'preparing boards' if you don't have the sketch in a correctly named sub-folder :( So moving the files into a subfolder fixed that issue. All that remains is the focus of this issue (-- verify / --upload on windows). |
Using |
Amendment to CLI documentation re: Windows GUI/console executable differences and behaviours, as per arduino#3461, unless it is expected to change in the near future...
Out of curiosity, when did this change happened? was it in 1.6.2? |
#1970 (which is about the splash screen showing, but still related) suggests that arduino_debug.exe has been available since 1.5.7. I'm not sure what the situation before that was - probably just the arduino.exe showing no output. |
I'm pretty sure some of the 1.5.x arduino.exe versions (after the addition of arduino_debug.exe) would still print their output to the terminal, only difference being the splash screen being shown (which I personally liked, but I can understand the need to run cli commands without gui). |
So, after reading the recent Adafruilt writeup on Travis CI integration (and getting it to work for both a library and a sketch github repo, yay!), I thought it would be handy to be able to have automated sketch verification on Windows also. So I tried the below cl and it didn't work how I expected... I get that of course the 'release' build of the Arduino IDE doesn't output any messages to the console after starting as it has already returned control to the OS... so my question is more along the lines of 'is running the 'debug' exe the officially supported method of accessing --verify and --upload on the Windows platform"? As if it ain't, and you should be able to do this with the release exe, then we've got ourselves a bug!
Release (arduino.exe)
Debug (arduino_debug.exe)
The text was updated successfully, but these errors were encountered: