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

Summary: Debugger stops several times on tag handler breakpoints
Product: javaee Reporter: Martin Schovanek <mschovanek>
Component: DebuggerAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED INVALID    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.