Displaying Debug Information for Managed COBOL
You can use the WriteLine method of the System.Diagnostics.Debug class of the .NET framework with your managed applications to display debug information such as diagnostic messages in the Output window during debugging or execution of the application.