Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚如何从 Windows 上的 minidump 文件中读取故障线程的堆栈跟踪。有简单的解决方案吗?我找不到一个。
抱歉,我忘了提,我需要以编程方式进行。
我应该使用 DbgEng 来做吗?
谢谢
k
编程:IDebugControl::GetStackTrace或StackWalk64用于实时进程。
另一种选择是使用Breakpad wagon,但这会改变整个过程,包括转储的生成。