Unit Test Sessions Window Closes when debugging
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 no开发者_JAVA技巧t 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?
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.
精彩评论