title | description | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
/errorReport (Report Internal Compiler Errors) |
Reference for the Microsoft C/C++ compiler /errorReport command-line option. |
02/09/2020 |
|
|
819828f8-b0a5-412c-9c57-bf822f17e667 |
Note
The /errorReport option is deprecated. Starting in Windows Vista, error reporting is controlled by Windows Error Reporting (WER) settings.
/errorReport:[none | prompt | queue | send ]
An internal compiler error (ICE) results when the compiler can't process a source code file. When an ICE occurs, the compiler doesn't produce an output file, or any useful diagnostic that you can use to fix your code.
The /errorReport arguments are overridden by the Windows Error Reporting service settings. The compiler automatically sends reports of internal errors to Microsoft, if reporting is enabled by Windows Error Reporting. No report is sent if disabled by Windows Error Reporting.
-
Open the project Property Pages dialog box. For more information, see Set C++ compiler and build properties in Visual Studio.
-
Select the Configuration Properties > C/C++ > Advanced property page.
-
Modify the Error Reporting property.
- See xref:Microsoft.VisualStudio.VCProjectEngine.VCCLCompilerTool.ErrorReporting%2A.