Hi,
Starting working with Isolator 5.3.3 we've encountered problems when debugging our UT.
When debugging a successful test, after the test has finished running, we get a ThreadInterruptedException exception indicates that the thread was interrupted from waiting state.
The call stack looks something like this:
...Thread.SleepInternal
...Thead.Sleep
...Microsoft.VisualStudio.TestTools.Agent.AgentObject.HeartbeatThread
When running the tests without debugging (by simply clicking "run") everything is OK.
We've encountered this issue since moving to 5.3.3 version and it happens on all our development machines.
It is very hard to work like this..
Moving to version 5.4.4 didn't fix the problem.
Is this a known bug?