What is Visual Studio 2010's IntelliTrace?
Posted: (EET/GMT+2)
In the recent weeks, I've spoken with many .NET developers regarding debugging, and there seems to be two things that are currently hot topics: how to monitor your application's SQL statement, and secondly, how to see your application's state after you've already executed a certain code block you are interested in.
It occurred to me that Visual Studio 2010's IntelliTrace functionality could give a solution to both of these problems. Of course, IntelliTrace is something that is only available in the Ultimate edition of Visual Studio, but if you need the functionality, then this feature alone could be worth the price.
To learn the benefits of this new technology, visit the MSDN feature pages.