本文介绍了来自故障转储的成员变量值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用WinDbg分析崩溃转储,我知道崩溃的确切位置。
但是我需要看到一些成员变量的值来自调用堆栈中的组件。
不一定是最近的堆栈帧。
例如我想知道向量m_vector的内容,来自SampleClass类,在组件SampleComponent中。
我该怎么做?
解决方案
I am analyzing a crash dump using WinDbg, and i know the exact location of the crash.
But i need to see the value of some of the member variables in from the components in the call stack.
Not necessarily the recent stack frame.
for example i want to knw the contents of a vector m_vector, from the class SampleClass, in the component SampleComponent.
How can i do this?
解决方案
这篇关于来自故障转储的成员变量值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!