I am using NCrunch to run tests in my project and have a test method that is failing, which looks like this:
Is there any way I can debug this method and if so how?
In this StackOverFlow post Jon Skeet mentions you can "attach the debugger to the process" but I do not know how to do this - could anyone tell me how?