c# - Visual Studio 2010 output window missing debug info -
i trying write output unit tests using system.diagnostics.debug.writeline(...)
the problem is, each time run test, cannot see debug info in output window. working fine , reason debug option missing in show output drop down.
here screenshot: 
make sure build output set appropriate verbosity setting following options in tools > options:

if doesn't work, there further suggestions available here.
Comments
Post a Comment