IntelliTrace

It is difficult and time consuming to track down bugs. Visual Studio 2010 Ultimate has a new feature called IntelliTrace to help. It collect data while application is executing. The collected data is called IntelliTrace events. There are about 150 of such events. They are collected by default, and stored to disk for each session.

IntelliTrace is being marketed as providing the right information at the right time. It helps you determine the exact steps required to reproduce a problem. A certain amount of information is collected by default. You can “turn up the dial” to get even more data collected.

The IntelliTrace logging only works for managed apps. It assists with viewing the prior state of an application without restarting the app. In the end this helps you diagnose problems quicker. You can also set up the tracing to perform custom actions when things go wrong. As an side you don’t need to have symbols present for IntelliTrace to work.