内核跟踪Windows 7 WinDbg [英] Kernel trace Windows 7 WinDbg

查看:182
本文介绍了内核跟踪Windows 7 WinDbg的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

调试en_windows_7_checked_build_dvd_x86_398742时,我没有得到调试信息。
我甚至看不到我自己的跟踪信息(ATLTRACE)。
相反,Windows XP Checked的作用就像一个魅力。
在Windows 7调试会话启动时,我收到Bad QueryIdType:5msg。
内核调试显然正确设置。
请帮助...

解决方案

我可以从windbg中修复它,在Windows 7 32位:

  ed Kd_DEFAULT_Mask 8 

根据msdn文章,您还可以使用注册表,但必须重新启动才能生效。在下创建一个DWORD键HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug打印过滤器调用 DEFAULT 值为 8



最新的微软文档可从这里获得: http://msdn.microsoft.com/en-us/library/windows /hardware/ff551519(v=vs.85).aspx


I'm getting no debug information when debugging en_windows_7_checked_build_dvd_x86_398742. I can't see even my own trace info (ATLTRACE). In opposite, Windows XP Checked works like a charm. I get "Bad QueryIdType:5" msg on debug session start with Windows 7. Kernel debug is set up properly obviously. Please help...

解决方案

I was able to fix it from within windbg, on windows 7 32 bit:

ed Kd_DEFAULT_Mask 8

According to the msdn article, you can also use the registry, but you must reboot for it to take effect. Create a DWORD key under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter called DEFAULT with a value of 8.

The up to date microsoft documentation is available here: http://msdn.microsoft.com/en-us/library/windows/hardware/ff551519(v=vs.85).aspx

这篇关于内核跟踪Windows 7 WinDbg的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆