Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Causes the compiler to produce verbose status and error messages.
-verbose[+ | -]
+
| -
Optional. Specifying -verbose
is the same as specifying -verbose+
, which causes the compiler to emit verbose messages. The default for this option is -verbose-
.
The -verbose
option displays information about the total number of errors issued by the compiler, reports which assemblies are being loaded by a module, and displays which files are currently being compiled.
Note
The -verbose
option is not available from within the Visual Studio development environment; it is available only when compiling from the command line.
The following code compiles In.vb
and directs the compiler to display verbose status information.
vbc -verbose in.vb
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now