Automated debugging using Holmes

The video describes the Holmes statistical debugging tool developed at Microsoft Research. Holmes is an automated debugging and failure-analysis tool that uses statistical analysis of code-coverage data to identify the most likely cause of test failures. Holmes uses a custom data-collection tool to amass detailed path coverage during testing. The tool analyzes this coverage data to find paths that strongly correlate with failure. Holmes integrates seamlessly with all test workflows in Visual Studio. Developers can use Holmes to select and analyze a set of test runs, to navigate to the most likely causes of test failures in source code, to set breakpoints and to re-run specific failing tests.

Date:
Speakers:
Kapil Vaswani
Affiliation:
Microsoft Research