|**--debug**[**+**|**-**]<br /><br />**-g**[**+**|**-**]<br /><br />**--debug**:[**full**|**pdbonly**]<br /><br />**-g:** [**full**|**pdbonly**]|Enables or disables the generation of debug information, or specifies the type of debug information to generate. The default is full, which allows attaching to a running program. Choose **pdbonly** to get limited debugging information stored in a pdb (program database) file.<br /><br />Equivalent to the C# compiler option of the same name. For more information, see<br /><br />[/debug (C# Compiler Options)](https://msdn.microsoft.com/library/8cw0bt21.aspx).|
0 commit comments