views:

65

answers:

1

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?

A: 

It turned out to be the Resharper Test Runner that was mis-behaving. The answer was to reopen the window using ReSharper -> Windows -> Unit Test Sessions or Ctrl + Alt + R if using the IntelliJ shortcuts. Thanks for your help everyone.

Daniel Dyson