Beginning with version 5.04 of WinDriver/KernelDriver, you can send the debug information, which is received from WinDriver's kernel module and calls to WD_DebugAdd() in your code, to a a kernel debugger.
This option will enable you to send the debug information to a kernel debugger.
To activate this option, open your kernel debugger, then open the Debug Monitor (a.k.a Monitor Debug Messages) utility, check the: "Send debug messages
to the operating system kernel debugger" option in the 'Debug Options'
window and press 'OK'. Now run your application, reproduce the problem,
and view the debug information in the kernel debugger's log.
Windows users can use, for example, Microsoft's WinDbg tool, which is freely supplied in the NT DDK and through Microsoft's web site - see the Microsoft Debugging Tools page. For a description of the WinDbg kernel debugger you can also refer to the relevant sections of the KernelDriver User's Manual.
Windows users can also use DebugView to monitor debug output.
Please refer to Technical Document 33 for more information regarding DebugView.
Back to Top
|