This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Verbose mode" – news · newspapers · books · scholar · JSTOR (June 2021) (Learn how and when to remove this message) |
In computing, Verbose mode is an option available in many computer operating systems and programming languages that provides additional details as to what the computer is doing and what drivers and software it is loading during startup or in programming it would produce detailed output for diagnostic purposes thus makes a program easier to debug.
When running programs in the command line, verbose output is typically outputted in standard output or standard error.
Many command line programs can be set to verbose mode by using a flag, such as -v
or --verbose
. Such a program is cURL.
References
This computing article is a stub. You can help Misplaced Pages by expanding it. |