I'm setting up host and target machines for debugging both kernel mode code,
built with the DDK, and user mode code, built with Visual Studio. NET.
I'm planning to use the Visual Studio debugger for the User code. It appears
to support remote debugging, but I've never used it this way. My host-target
connection here will be via my ethernet LAN.
I plan to use Windbg for the driver code. I have a dedicated 1394 connection
for Windbg, which seem to work.
To you experienced developers, does this setup make sense?
Right now I'm concerned about making sure that the executables are always
up-to-date on the target, and that the symbols are always current.
Any tips for changing or using this setup would be appreciated.
I don't suppose I can use one debugger for both kernel and user mode, can I?
Thanks,
Dennis