What is Verbose in Arduino & How to Enable it?

1 Response

  1. Ryan deco says:

    Verbose provides additional information it is an optional argument that can be used to report more details about an operation in your program like compilation, upload.
    It shows what all drivers, sketches, and programs are loading with its location and more details. Verbose output will be helpful during troubleshooting, diagnosing errors or other issues.
    Enable verbose in Arduino IDE
    To enable verbose output in Arduino IDE, go to, File-> Preferences.
    Tick mark the boxes for compilation and upload at,
    “Show verbose output during: ☑ compilation ☑ upload”.

Leave a Reply

Your email address will not be published. Required fields are marked *