Historical Debugger Is Now –> IntelliTrace And Much More
Historical Debugger Is Now –> IntelliTrace And Much More
After getting a fresh copy of Visual Studio 2010 Beta 2, I was dying to see the amazing IntelliTrace feature.
You know IntelliTrace as Historical Debugging, but consider HD as the code name.
In previous post about Visual Studio 2010 – Historical Debugging you can see how to configure the debugger and how to run it.
Here is couple of new improvements in Beta 2:
To move in the recording to a particular source line or method, right click on the line or somewhere in the method, and in the context menu, you'll see two new menu choices as shown below.
Once you've opened a .TDLOG file, it's not completely obvious what you need to do to look through it. The summary page will show the thread running time as well as tables at the bottom for other information.
Enjoy