watch

Tells the compiler to display processing information to the console output window.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: None
Windows: /watch[:keyword]
/nowatch

Arguments

keyword     Determines what processing information is displayed. Possible values are:
  none Prevents the display of processing information to the console output window.
  all Causes the display of pass information and source file names to the console output window.

Default

/nowatch Processing information is not displayed to the console output window.

Description

Tells the compiler to display processing information (pass information and source file names) to the console output window.

Specifying /watch:all is the same as specifying /watch. Specifying /watch:none is the same as specifying /nowatch.

On Linux systems, if you want to display processing information for driver tool commands, specify option -v.

Alternate Options

None

See Also

v compiler option