VisualStudio: no debug output
- by pistacchio
Hi,
I'm trying to debug a C# application. The method:
System.Diagnostics.Debug.WriteLine("something");
should do the work, but in the Output window (set to "debug" and with all the options activated) I can't see a single line I'm trying to write. Any idea?
Thanks
EDIT:
I'm using VS2008