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
You may be looking for
MessageBox.Show()
or
Debug.Writeline()