[6058] in java-interest
debugging applets in Frames
daemon@ATHENA.MIT.EDU (sharonk@CITI.DOC.CA)
Mon Mar 18 19:26:30 1996
Date: Mon, 18 Mar 1996 14:04:14 -0500
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: sharonk@CITI.DOC.CA
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
I am running 2 applets that are communicating with each other
in two Netscape frames.
I am having difficulty debugging an applet in one frame as
the Java console only displays debug information from
one of the applets. This seems curious to me since I am
calling the same debug routine of the other applet.
ie.
Applet 1: Util.debug("debug text"); Doesn't work
Applet 2: Util.debug("debug text"); Works
Both applets are in the same package which includes the
Util.debug() command.
I would greatly appreciate any helpful hints!
Sharon
sharonk@citi.doc.ca