Is there a way to enable WinDbg to display WPP debugging messages from my driver in its command window?
WPP_DEBUG used to do it but I haven't tried this in forever to YMMV
#define WPP_DEBUG(_msg_) DbgPrint _msg_
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.