SyntaxFix
Write A Post
Hire A Developer
Questions
Use Either Debug.WriteLine() or Trace.WriteLine(). If in release mode, only the latter will appear in the output window, in debug mode, both will.
Debug.WriteLine()
Trace.WriteLine()