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?