In Java, you can use System.out.println(message) to print a message to the output window.
System.out.println(message)
What\'s the equivalent in Visual Studio ?
I know when I\'m
The Trace messages can occur in the output window as well, even if you're not in debug mode. You just have to make sure the the TRACE compiler constant is defined.