Martin

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: 1394 debugging #1274
    Martin
    Participant

    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

    in reply to: 1394 debugging #1273
    Martin
    Participant

    Well, I’m not sure if it is some new behaviour, because I don’t think that I’ve seen that before – when I try to connect to my target using the VisualDDK, the target machine freezes. When I kill the devenv.exe process (because that is the only way how to close the connection dialog) and open up windbg, I can connect to the target machine – it is paused (it seems like a normal break) and I can resume it to run again.

Viewing 2 posts - 1 through 2 (of 2 total)