Hi, I have still no luck with debugging. Any ideas?
Just now I’ve installed VMWare Player and ran a WindowsXP in it. I’ve run the vminstall and after reboot the DDKLaunchMonitor started automatically.
In Visual Studio I selected to debug virtual machine, and in that time on the target machine appeared “Discovery request from 10.0.0.50” – that’s address of my machine, so it basically works. When I try to Launch the driver a window opens up and there is:
>>>>>>>> TargetInfo::CleanSystemSymbols(0x0000000000000000,0x002000730077006F)
>>>>>>>> TargetInfo::CleanSystemSymbols(0x0000000000000000,0x0000000000000000)
>>>>>>>> TargetInfo::CleanSystemSymbols(0x0000000000000000,0x0000000000000000)
Restarting kd transport
Opened \.pipekd_WindowsXP
Waiting to reconnect…
READ: Wait for type 7 packet
Resync packet id …Kd sync initial break: on
10 write to 0x1
Send Break in …
10 write to 0x1
10 write to 0x1
10 write to 0x1
and that’s all – it repeats the last line forever.
When I run the Virtual Machine Monitor, there is the kd_WindowsXP listed. There is only one difference to your example – I’ve nothing in column “OS” and “Debugger” (there is “yes” on picture on your site), don’t know if that means anything.
Martin