You have recently created an application, and want to capture all debugging text messages generated by it.<br /> You would like these debugging messages to display on the command line. The application that you created contains the following code:<br /> Debug.WriteLine ("Start the processing");<br /> Console.WriteLine ("Generated by Console.WriteLine");<br /> Debug.WriteLine ("End the processing");<br /> You need to ensure that you are able to capture all debugging messages to the command line.<br /> What should you do?()
A、
B、
C、
D、