NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/DEBUGTYPE (Debugging Format)

/DEBUGTYPE:[option]

option is available when the /DEBUG (Generate Debug Info) option is used. There is currently only one option: CV, which indicates Microsoft Format debugging information.

If /DEBUG is specified, the default type is /DEBUGTYPE:CV; if /DEBUG is not specified, /DEBUGTYPE is ignored.

See Also

Setting Linker Options | Linker Options | FAQ: Building Your Program