Re: Setting up to debug an applet in IE

Nathan Fiedler <[email protected]> 21 Jan 2003 23:25:09 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1043220309.1088.7.camel@chip>
If you are using the Java plugin from Sun you can simply change the
startup parameters in the Java Plugin control panel. I have not actually
done this, but other people on this list have. If you are using the IE
JVM, then I have no idea how to change it's startup parameters.

The basic idea is you need to get the plugin JVM to listen for debugger
connections. See the JSwat remote help file for the typical settings
(-Xnoagent -Xdebug -Djava.compiler=NONE -Xrunjdwp:...).

n


On Tue, 2003-01-21 at 23:11, Roy Epperson wrote:
> Can I debug an applet running in IE?
> 
> If so, where are the instructions how to set it up?
> 
> Thanks,
> 
> Roy