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 70295 - Debugger stops several times on tag handler breakpoints
Summary: Debugger stops several times on tag handler breakpoints
Status: VERIFIED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2005-12-12 19:54 UTC by Martin Schovanek
Modified: 2005-12-14 13:13 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 Martin Schovanek 2005-12-12 19:54:55 UTC
[#200512111900, jdk1.5.0]

to reproduce:
-------------
0) at 'Options > General' set 'Swing HTML Browser' as default browser
1) create new Web Project
2) create a .tld document
3) add NewTagHandler.java
4) type on NewTagHandler.java:35 line:
   out.println("TagOutput");
5) set breakpoint on this line
6) use the tag handler in index.jsp
7) invoke Debug File action on the index.jsp
8) when IDE stops on the breakpoint chose contionue
ERROR: IDE stops on it three times

With external browser it works well.
Comment 1 Martin Schovanek 2005-12-12 20:23:24 UTC
It is 'Swing HTML Browser' issue, closing as invalid.
Comment 2 Jiri Skrivanek 2005-12-14 13:13:57 UTC
Verified.