Original post: Debugging SL apps with WinDebug or the Immediate Window to track memory leaks on a 64 bit machine by Kevin DockxToday (second day after my vacation :-)), I’ve been looking for a solution to a rather nasty memory leak in a Silverlight application. Typically, you can do this in two ways: by using WinDebug, or through Visual Studio’s Immediate Window. I’m not going to go into the specifics of both – there are already blog posts about that, you can find a nice overview on how to debug Silverlight apps using WinDBG by Delay, another one by Ning Zhang here, and an overview of using it with the Visual Studio Immediate Window here. However, I stumbled upon a problem that kept me amused frustrated for a couple of hours. To be able to debug Silverlight ap... [More]