Unit Test Sessions Window Closes when debugging

Posted by Daniel Dyson on Stack Overflow See other posts from Stack Overflow or by Daniel Dyson
Published on 2010-05-26T15:57:20Z Indexed on 2010/05/26 16:01 UTC
Read the original article Hit count: 181

Filed under:
|
|
|

When I select an NUnit test in the Unit Test Sessions window and click debug, the window disappears. My breakpoints are hit, but if I hit F5, the Unit Test Sessions window does not return until the test returns a result or I stop the debugging session. This is preventing me from viewing any console output during tests. Any ideas?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET