I am debugging an application that calls a kernel mode driver...I have full source code for all modules, including the kernel mode driver (.sys file). I am able to get all the symbols loaded (.pdb) files for all modules but the kernel mode driver. I am able to put breakpoints in all the user mode code.
I am unable to get the kernel mode driver symbol (.pdb) file loaded, nor is it able to find the source code (when I attempt a breakpoint in the driver code). What can I do to force the loading of the kernel mode driver symbol file and source code, so that I can debug from application level to kernel mode level from windbg?