TTD 异常对象
说明
TTD 异常 对象用于提供有关跟踪会话期间发生的事件异常的信息。
属性
属性 |
说明 |
类型 |
描述异常的类型。 可能的值为“Software”和“Hardware”。 |
ProgramCounter |
引发异常的说明。 |
代码 |
异常的代码。 |
Flags |
异常标志。 |
RecordAddress |
在内存中可以找到异常记录的位置。 |
Children
用法示例
0:003> dx -r1 @$curprocess.TTD.Events.Where(t => t.Type == "Exception")[0].Exception
@$curprocess.TTD.Events.Where(t => t.Type == "Exception")[0].Exception : Exception 0x80010012 of type Software at PC: 0X7FF9F6DC8670
Position : 36A7:0 [Time Travel]
Type : Software
ProgramCounter : 0x7ff9f6dc8670
Code : 0x80010012
Flags : 0x1
RecordAddress : 0x0
另请参阅
时间旅行调试 - 时间旅行调试对象简介
时间旅行调试 - 概述
dx(显示调试器对象模型表达式)