This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
/verbose (Display Verbose Messages)
Causes the compiler to produce verbose status and error messages.
/verbose [+ -]
Remarks
The default for this option is \verbose-.
Specifying \verbose is the same as specifying \verbose+.
Example
Compile in.vb
and have the compiler display verbose status information:
vbc /verbose in.vb
See Also
Visual Basic Compiler Options