I am trying to write a message to the output window for debugging purposes. I searched for a function like Java\'s system.out.println(\"\"). I tried Debug
system.out.println(\"\")
Debug
This will write to the debug output window:
using System.Diagnostics; Debug.WriteLine("Send to debug output.");