This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Inconsistent default "Show verbose output during: compilation" setting #422
Labels
type: imperfection
Something isn't working
Describe the bug
The File > Preferences > Show verbose output during: compilation preference is enabled by default. This is different from the precedent set by the Arduino IDE, where this preference is disabled by default.
The verbose compilation output shows all the compilation commands. These are very rarely useful for troubleshooting, but they are often a huge amount of text. This causes several problems for users:
To Reproduce
Steps to reproduce the behavior:
~/.arduinoProIDE/settings.json
to~/.arduinoProIDE/settings.json.bak
Expected behavior
Arduino Pro IDE to use the same default File > Preferences > Show verbose output during: compilation setting as Arduino IDE.
Desktop (please complete the following information):
0.1.4-snapshot.3042c1a
Date: 2021-02-08T10:04:20.854Z
CLI Version: 0.15.1 alpha [c7403ed2]
Additional context
The default File > Preferences > Show verbose output during: upload setting is also different from the Arduino IDE's default. However, unlike the verbose compilation output, I think this is arguably an improvement. The verbose upload output serves as a progress indicator and is also essential information for troubleshooting an upload failure.
The text was updated successfully, but these errors were encountered: