프로그래밍

Using the SoftICE Debugger in a Virtual Machine

채윤아빠 2009. 4. 14. 09:06
728x90
반응형

Question :
When I use the SoftICE debugger in a virtual machine with Workstation 4.5 (and later), the guest operating system hangs. How can I work around this problem?

Answer :
If you plan to use SoftICE in a virtual machine, open the configuration file (.vmx) for the virtual machine in a text editor and add the following two lines:

vmmouse.present = FALSE
svga.maxFullscreenRefreshTick = 5

Otherwise, your mouse and screen may become unresponsive when breaking into the SoftICE debugger, making it appear as if your guest operating system has hung. svga.maxFullscreenRefreshTick can be set to any value greater than 0. Lowering the value of svga.maxFullscreenRefreshTick increases the responsiveness of SoftICE, but it also has a negative impact on the performance of the guest operating system when SoftICE is not running. We recommend removing or commenting out these configuration options when you are not using SoftICE.

Sometimes, even with these configuration options, pressing Ctrl-D does not display the SoftICE window and your mouse and screen appear unresponsive. Exit SoftICE by pressing Ctrl-D again, then use SoftICE in VGA mode as explained below.

Open a command

  • prompt (for instance, choose Start>Run, type cmd and click OK).
  • Press Alt-Enter to enter VGA mode.
  • Press Ctrl-D to enter SoftICE.

If you are using VMware Workstation 4.5 or later, see www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1716 for information appropriate to those products