84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
写了个服务程序,SetProcessShutdownParameters为0,即最后关闭,然后在关机期间执行了一些操作(explorer.exe结束以后),但这些操作好像异常,应该调试?怎么收集异常信息?
ringa_lee
试试使用SetUnhandledExceptionFilter注册一个异常处理回调函数,然后使用MiniDumpWriteDump生成一个coredump文件,等开机后再调试。
试试使用SetUnhandledExceptionFilter注册一个异常处理回调函数,然后使用MiniDumpWriteDump生成一个coredump文件,等开机后再调试。