I have about 270 tests in my system. Only 4 of them are actual integration tests. Any time I debug a unit test, the TypeMock add-in classifies the test I'm debugging as an integration test and so stops running it automatically after a compile. So I have to manually run the test in order for the add-in to time it and understand that it is really a unit test.
Can you update the add-in so that it will not time and classify tests when they are being debugged?