I work on a large application, and frequently use WinDbg to diagnose issues based on a DMP file from a customer.I have written a few small extensions for WinDbg that have proved very useful for pullin
This is related to my previous question, regarding pulling objects from a dmp file. As I mentioned in the previous question, I can successfully pull object out of the dmp fi开发者_如何学JAVAle by cre
Since windows Vista, we have the nice option to create a memory dump of a process directly from Task Manager. Sadly, Windows Server 2003 does not have this option yet :( I found ways to do a complete
I am porting a large web application to a shared web hosting environment. The app was written in PHP 4. The new environment has PHP 5.2.