我知道互联网上有指南,这是我迄今为止所做的。
以管理员身份运行 DebugView。在 DebugView 中,我检查了“捕获 Win32”
我设置了以下过滤键并重新启动计算机:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter" /V DEFAULT /t REG_DWORD /d 0xf
reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Debug Print Filter" /v DEFAULT /t REG_DWORD /d 0xFFFFFFFF
我已经调试了我的应用程序以确保 OutputDebugString() 确实被执行。
但是,来自 OutputDebugString() 的消息仍未显示在 DebugView(如果未使用 Windbg 调试)和 Windbg(如果已调试)中。