Hello guys..
I’m using Windows 8.1 Pro x64 as main operating system on my real PC.
Also I’m debugging Windows 7 x64 kernel(1G RAM, 2VCPU) on VMware 10.0 with WinDBG 6.2.9200.16384 (x64).
You guys already know that debugging the kernel without VirtualKD is too slow and horrible.
So I’ve been using VirtualKD 2.8 which is the latest version now for several months.
The issue that I have while I’m debugging the kernel with VirtualKD 2.8, I can’t watch the register value through the WinDBG’s register window.
I already know that I can watch it through the command window by typing ‘r’ command, but I just would like to watch realtime-updated register value during the debugging, because typing ‘r’ command is sometimes annoying.
So I’ve tried to figure it out through the google, but can’t find any issue about it.
Is there anybody who has same issue like this situation?
Thanks!