Using the WPF Visualizer in Visual Studio 2010 23 January 2010 Peter-Himschoot VS2010, WPF/Silverlight Visual Studio 2010 now has a cool little feature I want to show you. When you’re debugging WPF applications, you sometimes need to see the controls and their hierarchy. Now with VS2010 this is easy. Simply use the magnifying class (the visualizer feature) and select the WPF Tree Visualizer: ... [More]
Using the Visual Studio 2010 Historical Debugger to save and reproduce bugs 22 January 2010 Peter-Himschoot .NET Development, VS2010 Visual Studio 2010 Ultimate now has IntelliTrace, which is a historical debugging feature. IntelliTrace will keep track of everything your code has been doing and then, when a bug arrives, you can back-track to the possible cause of the bug. You might think this is nothing new, but don’t forget it a... [More]