!define TEST_RUNNER {c:\program files\fitSharp\Runner.exe}For troubleshooting and debugging, there is an alternate test runner we can use.
!define TEST_RUNNER {c:\program files\fitSharp\RunnerW.exe}This runner pops up a window before it starts executing tests.
At this point, we can attach our debugger to the RunnerW process. When we click 'Go', the tests are executed. If an unhandled exception occurs, we'll see it in the window.
When we're finished, we click 'Go' again to finish the test.