Certain bugs can be reproduced only if code is executed under certain conditions. If developers cant recreate such conditions in their developing environment, its very unlikely for them to find these bugs. Visual Studio 2010 and Team Foundation Server 2010 can record events and calls during the execution of tests by using Intellitrace. Developers can later debug code reproducing those recorded Intellitrace files, like if they were using a VCR: they can go back and forward in the call stack, analyze parameters and result values, etc., even if their environment is completely different from the one where the Intellitrace file was recorded.
Link to this comment:
Video Responses
All Comments (0)