Note: Remote debugging of .NET COBOL applications is only supported in Visual Studio versions 2017 or later and is not supported
in Visual Studio 2013 and 2015.
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.