energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
793 stars 673 forks source link

Truncated output in console when compiling #703

Closed rei-vilo closed 8 years ago

rei-vilo commented 9 years ago

The console seems to be limited in size.

Whatever the verbose option turned on or off, first lines are removed.

For example, compiling against the CC3200 EMT floods the console with warnings.

Is there a way to obtain the full output without being truncated?

robertinant commented 8 years ago

I am not able to reproduce this in Energia 16. All lines are shown in the console. Can you post an example output here?

rei-vilo commented 8 years ago

When the output for compilation and upload is larger than a given size, first lines are missing.

rei-vilo commented 8 years ago

This also occurs with the Arduino IDE. When Show verbose output during compilation and upload are both selected, the trace for upload may erase the trace from compilation.

So I'm flagging this ticket as Not Energia Specific and closing it.