DbgPrint icon indicating copy to clipboard operation
DbgPrint copied to clipboard

Debug Print viewer (user and kernel)

Results 3 DbgPrint issues
Sort by recently updated
recently updated
newest added

DbgPrint\WTLHelper\WTLHelper.vcxproj(308,5): error : (未指定任何消息)

``` 已启动重新生成… 1>------ 已启动全部重新生成: 项目: WTLHelper, 配置: Debug x64 ------ 1>pch.cpp 1>D:\code\personal\zodiacon\DbgPrint\WTLHelper\WTLHelper\pch.h(5,10): fatal error C1083: 无法打开包括文件: “atlapp.h”: No such file or directory 1>已完成生成项目“WTLHelper.vcxproj”的操作 - 失败。 2>------ 已启动全部重新生成: 项目: DbgPrint, 配置:...

Outside of UWP app, OutputDebugString works fine. But if I try a direct call to OutputDebugString from inside a UWP style app, DbgPrint never shows the message. I would like...