在服务程序中使用OutputDebugString输出调试信息后,发现DbgView接收不到调试信息,
原来是我们少勾了一个选项。
解决方法:
菜单栏 Capture --> Capture Global Win32
勾上Capture Global Win32即可。
服务程序使用OutputDebugString,DbgView接收不到调试信息问题
阅读 56
2023-01-13
在服务程序中使用OutputDebugString输出调试信息后,发现DbgView接收不到调试信息,
原来是我们少勾了一个选项。
解决方法:
菜单栏 Capture --> Capture Global Win32
勾上Capture Global Win32即可。
相关推荐
精彩评论(0)