visual studio - Sys.Debug messages not appearing in VS debugger Output window -
It is very strange that I receive an output message from Sys.Debug methods to print in the output window in Visual Studio 2008. can not do.
I'm talking about simple things like Sys.Debug.trace ("Show this message") or Sys.Debug.traceDump (Sys .UI.DomEvent) .
They just look in the firebug trace console. They also look good in the IE cafe ID = "Trace Console".
Why can not I get to show up in the VS Debugger console?
If you are using C #, then you have to type in the debugger output window. Diagnostics.Debug.WriteLine can use.
Comments
Post a Comment