This is soooo weird. I cannot seem to get any output messages from Sys.Debug methods to print into the Output window in Visual Studio 2008.
I'm talking about simple things, like Sys.Debug.trace("show this message") or Sys.Debug.traceDump(Sys.UI.DomEvent).
They show up in the Firebug trace console just fine. They also show up fine in IE textarea id="TraceConsole".
Why am I not getting any of this to show in the VS debugger console?