The information in this article applies to:
SYMPTOMSAfter installing Internet Explorer 4.0 in the integrated desktop mode, you will no longer be able to debug Java applets with Visual J++ 1.1. If you begin an applet debug session in Visual J++, the applet appears to run, but you will not hit any breakpoints or be able to step into the applet. After exiting the browser, the following dialog box appears:
In addition, a bug has been confirmed where you can no longer debug Visual J++ applications with Internet Explorer 4.0x running in the non-integrated desktop mode. This situation occurs if you do not have Service Pack 3 of Visual Studio installed on your machine. CAUSE
Visual J++ relies on being able to modify the debug process environment
block before creating the Internet Explorer debugging process. When
Internet Explorer 4.0 is installed in the integrated desktop mode, this is
no longer possible. If Internet Explorer 4.0 is installed in the standalone
browser mode, debugging with Visual J++ should function normally.
RESOLUTION
This bug can be fixed by installing the Service Pack 3 of Visual Studio 97
and Internet Explorer 4.01 release. The Service Pack can be applied to both
the Visual J++ 1.1 shipped with Visual Studio 97 as well as the Visual J++
1.1 that is sold as a standalone product.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. Q170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why Service Pak 3 is available for download at: http://msdn.microsoft.com/vstudio/sp/ MORE INFORMATION
This bug has been fixed by adding a "-new" switch (you must use "-new"
because the "/new" syntax is not supported) to Internet Explorer 4.0. This
switch causes Internet Explorer to launch a new process that Visual J++ is
able to modify and attach to. As noted above, this switch is enabled in the
released version of Internet Explorer 4.0.
Click OK to save your changes. Note that this change is applied only to the current project. You will have to make this change for each new project that you create. If you are using Internet Explorer 4.01, you do not need to explicitly specify the "-new" switch to the project settings for each project. Instead, click Internet Options from the View menu, click the Advanced tab and select the 'Browse in a new Process' option. Click OK to save your changes. REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java,
please see the following pages on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ Additional query words:
Keywords : kbDebug kbide kbVJ kbVS97sp1fix kbVS97sp2fix |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |