VMware User Environment Manager (UEM) is an interesting product that allows you to have a central management portal that can control an end user's desktop Group Policies and settings. While I was ...
On various occasions, I’ve received inquiries about how to install and start using WinDbg. For this reason, in this post, I’m going to show you how to configure an environment with WinDbg and virtual ...
One of the great new features of SSMS 2008 is the new debug facility. Query Analyzer had a stored procedure debug facility in SQL Server 2000 but it was not transferred when SQL Server 2005 combined ...
Tools for debugging embedded systems range from software monitors and simulators, which are independent of the hardware under development, to custom silicon for in-circuit emulation, which replaces ...
If you have ever tried to debug optimized code, you probably realized that it can be a frustrating experience. Without optimizations, your debugger is a reliable assistant, precisely following every ...