cdb with virtualkd ?

Sysprogs forums Forums VisualDDK/VirtualKD discussion cdb with virtualkd ?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #232
    Anonymous
    Participant

    Is it possible to use virtualkd with cdb ?
    I tried first making sure it worked with windbg, and this worked:

    C:WINDDK7600.16385.1Debuggerswindbg.exe -b -k com:pipe,port=\.pipekd_Windows_XP_Test_Build

    then I tried cdb as:
    C:WINDDK7600.16385.1Debuggerscdb.exe -remote com:pipe,port=\.pipekd_Windows_XP_Test_Build

    but I got the following error:
    DebugConnect failed, Win32 error 0n87
    “The parameter is incorrect.”

    I tried npipe, but that failed on both windbg and cdb so totally confused…

    Any ideas?

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.