Browse by Tags

Windows Debugging tools Quick tutorial [WinDbg]
Sunday, May 17, 2009 11:42 PM
last week end we have faced memory leaks, we had no idea what was the cause of the problem. we were directed by microsoft to use the debugging tools. this is a quickest possible startup tutorial for that tool. [Warning] using this tool affects the performance of your applications dramatically please make sure you don’t run it on a production server unless there... Read More...
by amir.magdy | 1 comment(s)
Filed under: , ,
Fastest way for Creating a memory Dump of your application [DebugDiag]
Sunday, May 17, 2009 11:37 PM
First you need to download the tool here is the link now just install the tool and run it then ignore the wizard and go to the third tab in the application UI right click your process and select create a full dump, the dump is going to be created now if you need to configure where these dumps are created go to tools –> options and configure the dumps folder... Read More...
by amir.magdy | 2 comment(s)
Filed under: , ,