From the course: Visual Studio: Advanced Debugging Tools

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Diagnose problems after deployment

Diagnose problems after deployment - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

Diagnose problems after deployment

- [Instructor] Debugging while writing code, is a standard part of creating software. As we've seen, IntelliTrace provides an easy way to look at prior debug sessions stored in iTrace files. It's possible to use iTrace files created by your test team or gathered and created from tools analyzing deployed applications. If you have an iTrace file you can use it to start a historical debug session, it doesn't matter where the iTrace file was generated. During the test phase, your test team uses their Visual Studio Test Professional, subscription to test the application. The old name for this tool was Microsoft Test Manager. When testing the tester can save and iTrace file. Now you have a file that contains all the information, from the tester's computer and the test run. The other situation is after the application is deployed. There are several ways to get an iTrace file, from your web server and from another desktop computer.…

Contents