This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 4394 - Applet debugging stops when started using Trace Into on JDK 1.3 RA.
Summary: Applet debugging stops when started using Trace Into on JDK 1.3 RA.
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-09 20:39 UTC by issues@www
Modified: 2005-03-09 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 1999-10-09 20:39:18 UTC
JDK 1.3 RA + Applet debugging
1. Open Applet to be debugged.
2. Use Trace Into to start it. Debugger stops in <init> and then nothing works,  IDE windows are not accessible. It is necessary to kill appletviewer and then IDE responds normally.

When applet debugging is started using Go then it is possible to debug applet.