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
Debug.Print("text here")
or
Console.WriteLine("text here")