Re: Setting up to debug an applet in IE
Randall R Schulz <[email protected]> Wed, 22 Jan 2003 10:29:00 -0800
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Roy, Nathan, Nathan Fiedler wrote: > 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. Nor does the now-ancient MS JVM implement JPDA and JDWP, so even if you could get at the JVM, it would not help you to debug using JSwat. > 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 Randall Schulz