tisdag 21 december 2010

DebugView from VB6 and C#

Use System.Diagnostics.Debug.WriteLine() in C# to generate print outs that can be displayed in the excellent tool DebugView.

In VB6, use OutputDebugString().