Search Results

2
votes

A keyboard shortcut in VS2005/8 for “Exit Current Method”

The following sequence of keystrokes works for me (tested in Visual Studio 2008); I was able to record them as a temporary macro and play them back successfully: Ctrl+M, Ctrl+M …
2
votes

How do you debug a deadlocked Windows app on a customer machine

See the Microsoft support article How to use ADPlus to troubleshoot "hangs" and "crashes", as well as th …
1
vote

where did my memory go? large private bytes count

I had a similar problem in a WPF application, and used UMDH to track …