Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6334

DebugView doesn't capture KdPrint output

$
0
0

I cannot make DbgView.exe work properly on my Windows 10 64-bit v2004 Virtual Machine. The program doesn't capture any kernel message from the driver if using KdPrint, but works fine with DbgPrint. I've already tried "bcdedit /debug on", adding "Debug Print Filter" on the registry editor and rebooting, enabling verbose kernel output.I've also tried on my host machine, same outcome.It is a very simple driver, only to be loaded and unloaded, copied from the book Windows Kernel Programming.

This works

DbgPrint("Driver initialized.\n");

This doesn't

KdPrint(("Driver initialized.\n"));

Any help would be greatly appreciated!


Viewing all articles
Browse latest Browse all 6334

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>