摘要: 以下资源待看:Using Application Recovery and Restart让程序在崩溃时体面的退出之CallStack 阅读全文
posted @ 2011-08-15 10:37 beta2013 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 作用程序异常崩溃前使用此类为进程创建DUMP文件,之后可以使用WinDbg等工具进行分析。辅助类代码using System;using System.Diagnostics;using System.IO;using System.Runtime.InteropServices;namespace Infrastructure{ public static class MiniDump { // Taken almost verbatim from http://blog.kalmbach-software.de/2008/12/13/writing-minidum... 阅读全文
posted @ 2011-08-15 10:31 beta2013 阅读(4265) 评论(1) 推荐(1) 编辑