This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
/bugreport (Report a Problem)
Creates a file that can be used when filing a bug report.
/bugreport:file
Arguments
file
The name of the file that you want to contain your bug report.
Remarks
The following information is placed in file:
A copy of all source code files in the compilation.
A listing of the compiler options used in the compilation.
Version information about your compiler, runtime, and operating system.
Compiler output, if any.
A description of the problem, which you will be prompted for.
A description of how you think the problem should be fixed, which you will be prompted for.
Because a copy of all source code files will be placed in file, you may want to reproduce the (suspected) code defect in the shortest possible program.
Example
Compile t2.vb and put all bug reporting information in the file problem.txt: