DeltaEngine;15019 wrote:Same here, just doing this quickly in a fresh VS without plugins, it doesn't happen. Only when writing for a longer time (might be hours of changes, sometimes after a few minutes) the debugger stops working once a breakpoint hits (you can't continue as VS says the source changed).
It's possible there is something in your development patterns that is bringing this up every so often.
VS has a configuration switch called 'Require source files to exactly match the original version' underneath your Debugging options. I recommend turning this off to see if it makes any difference for you.
DeltaEngine;15019 wrote:
BTW: Would it be possible to support Edit&Continue, I think this issue would be almost a non-issue then and it would really be nice to inspect and change some logic while debugging. Works fine with any other NUnit runner (ReSharper or NUnit in VS), but not with NCrunch debugging, maybe related to this issue.
I can't give a straight answer on this without spending several days trawling through this one, but I can say that it is almost certainly too difficult to be worth the implementation/maintenance cost of handling. E&C is an extremely complex feature at platform level.
We now support this with the new v4.5 release just pushed out the door. We know of a few kinks already so there will be more releases out soon to fix these.