Hi -
I am developing a USB Video Class device from scratch, and am trying
to get started understanding why usbvideo.sys fails to talk to my
device.
I am not a Windows device driver developer, but I've spent a fair
amount of time searching and looked through several books, but have
not found the answer to my question:
What is the minimum setup required in order to receive debug messages
(KdPrint / printf's) from the checked build of usbvideo.sys?
I have installed the WinXP SP3a checked build operating system into a
vmware machine, along with the WDK and the "Debugging Tools". I am
able to use WinDbg to connect to the local kernel, and find the
symbols etc. I am able to browse the symbols of anything I like, and
modify anything I like.
However I feel like I am missing something "basic" because I have yet
to see any debug messages come into the WinDbg window.
So I was wondering if there was an "idiots guide" somewhere, that
showed step by step poking of appropriate symbols to get debug output
from any driver, just so I can see something happen.
Thank you for any pointers you can provide.
John