剧集
.lastevent
.lastevent 命令显示最近发生的异常或事件。
默认调试器上下文会自动设置为指定的 TID。
若要手动更改上下文,请使用 TID 作为索引:~~[TID]s
Microsoft Docs:
将显示以下内容:
- 十六进制中的进程标识符 (PID) (例如 5704)
- 十六进制中的线程标识符 (TID) (例如 4f7c)
- 异常代码的说明
- 十六进制中的异常代码(例如 c0000409)
- 事件的时间
0:000> .lastevent Last event: 5704.4f7c: Security check failure or stack buffer overrun - code c0000409 (first/second chance not available) debugger time: Thu Jul 13 17:46:27.824 2017 (UTC - 7:00)
.lastevent 命令显示最近发生的异常或事件。
默认调试器上下文会自动设置为指定的 TID。
若要手动更改上下文,请使用 TID 作为索引:~~[TID]s
Microsoft Docs:
将显示以下内容:
- 十六进制中的进程标识符 (PID) (例如 5704)
- 十六进制中的线程标识符 (TID) (例如 4f7c)
- 异常代码的说明
- 十六进制中的异常代码(例如 c0000409)
- 事件的时间
0:000> .lastevent Last event: 5704.4f7c: Security check failure or stack buffer overrun - code c0000409 (first/second chance not available) debugger time: Thu Jul 13 17:46:27.824 2017 (UTC - 7:00)
想提供反馈? 在此处提交问题。