First of all, I already posted this message 4 hours ago via the webinterface. Unfortunately the message does not appear till now, and so I try it again via email.
I set up a Windows Vista x64 virtual machine in VMWare 6. I connect to that machine via a named pipe.
My WinDBG command line is:
windbg.exe -b -k com:pipe,port=\.\pipe\VistaX64,resets=0
Everything works fine. WinDBG connects to the virtual machine, and I am able to break the whole machine via Ctrl+Break.
Unfortunately the debug output does not appear in the WinDBG command output. Neither the user mode one (via OutputDebugString), nor the kernel mode one (via DbgPrint). DbgView (running inside the virtual machine) recognizes the debug output though. A Windows XP x86 virtual machine works fine.
What did I do wrong?
-Christopher
Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker.