anilgkts / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Setting preferenes verbose on upload too much detail #891

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set preferences show verbose output during upload
2. upload even a small sketch
3. setting avrdude -v -v -v -v shows every byte transfered including target 
acknowledgement and verify. So much information so that the Window overflows 
loosing earily important information 

What is the expected output? 
avrdude: Recv: . [14] 
avrdude: Recv: r [72]   [20] o [6f] f [66]   [20] z [7a] e [65] r [72] o [6f] s 
[73] ) [29] . [0a] . [00] s [73] i [69] n [6e] c [63] e [65]   [20] s [73] t 
[74] a [61] r [72] t [74]   [20]   [20]   [20]   [20]   [20]   [20]   [20]   
[20]   [20]   [20]   [20]   [20]   [20]   [20]   [20]   [20]   [20] x [78] : 
[3a]   [20] m [6d] a [61] x [78]   [20] o [6f] f [66]   [20] z [7a] e [65] r 
[72] o [6f] s [73] . [0a] . [00] . [01] . [00] . [00] . [00] . [00] . [dd] . 
[04] u [75] . [05] q [71] . [04] . [a2] . [04] . [82] . [04] . [cb] . [04] . 
[00] 
avrdude: Recv: . [10] 
## | 100% 1.56s

avrdude: verifying ...
avrdude: 3660 bytes of flash verified
avrdude: Send: Q [51]   [20] 
avrdude: Recv: . [14] 
avrdude: Recv: . [10] 

avrdude done.  Thank you.

What do you see instead?

## | 100% 1.56s

avrdude: verifying ...
avrdude: 3660 bytes of flash verified

avrdude done.  Thank you.

What version of the Arduino software are you using? 1.01r2
On what operating system?  Mac OSX Lion
Which Arduino board are you using? Duemilenova.

Please provide any additional information below.

By disconnecting the download target I was able to see the -v -v -v -v (yes 
that's 4) verbose flags to avrdude.

Anyone with the understanding to need level 4 verbosity is able to used command 
line interface so a 3 level is sufficient.

Original issue reported on code.google.com by jaguar3s...@gmail.com on 20 Apr 2012 at 2:26

GoogleCodeExporter commented 9 years ago
Alternative: Provide multiple check boxes on preferences.

Original comment by jaguar3s...@gmail.com on 2 May 2012 at 4:51

GoogleCodeExporter commented 9 years ago
This level of detail is often useful, so I don't think it makes sense to reduce 
it.

Original comment by dmel...@gmail.com on 9 May 2012 at 12:58

GoogleCodeExporter commented 9 years ago
I guess I didn't make myself clear.
The real problem is the fact that the level of verbosity being either little or 
massive and the limit on the scroll back buffer made it difficult for me to see 
the real problem. I respectfully reiterate a request to provide multiple 
checkbox for 1,2,3 or 4 levels of verbosity. 
Thank you for your consideration.

Original comment by jaguar3s...@gmail.com on 3 Jul 2012 at 10:52