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
'프로그래밍' 카테고리의 다른 글
사용중인 윈도우즈 버전 알아내기 (0) | 2009.08.21 |
---|---|
WinINet API를 이용하여 HTTP POST 방식으로 파일 업로드하기 (0) | 2009.07.09 |
FileSystemObject (0) | 2009.04.11 |
스크립트를 이용하여 레지스트리 항목을 추가, 변경, 삭제하는 방법 (0) | 2009.02.13 |
WSH(WIndows Script Hosting) 정리 (0) | 2009.01.15 |