OutputDebugString replacement

To replace OutputDebugString API use the System.Diagnostics.Debug class.

For example:

System.Diagnostics.Debug.WriteLine("Debug message");

Leave a Reply

Your email address will not be published. Required fields are marked *