Problems with Sysinternals DebugView Tool showing debug output...

Daryl Fowlkes wrote:

Thanks for the response Erik! Which “print” function are you using,
KdPrint(), KdPrintEx(), etc.?

There really aren’t that many things to check.

KdPrint only works in the checked build of your driver, otherwise it
compiles to nothing. DbgPrint works in both.

In DbgView, if you “Enable Verbose Kernel Output”, then the “Debug Print
Filter” registry entries don’t matter. It grabs them all.

Without the verbose option, you need either IHVDRIVER or DEFAULT to
enable output, and that requires a reboot.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.