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.WriteLine
is what you're looking for.
If not, try doing this:
Menu Tools → Options → Debugging → uncheck Send Output to Immediate.