Can anyone teach me how to step by step debug a kernel mode driver in
C++ source rathar than in DASM?
I am currently using DriverStudio 3.x but I don't know how to break a
driver. I've tried using DbgBreakPoint(), but it breaks in assembly
code. How can I debug in my C++ source?
also, if I issue GO command after breaking at DbgBreakPoint(), the
target system crash and reboot. How to solve it?
Besides Driver Studio, tutorials on how to debug kernel mode driver
in C++ source using WinDbg will also appreciated.
Thanks
David