VisualStudio: no debug output
Posted
by pistacchio
on Stack Overflow
See other posts from Stack Overflow
or by pistacchio
Published on 2009-06-01T14:56:21Z
Indexed on
2010/04/08
8:13 UTC
Read the original article
Hit count: 400
visual-studio
|debugging
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
© Stack Overflow or respective owner