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 53734 - Debugger doesn't stop at breakpoint in tagx file
Summary: Debugger doesn't stop at breakpoint in tagx file
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: TOMCAT
Depends on:
Blocks:
 
Reported: 2005-01-20 11:46 UTC by Jiri Skrivanek
Modified: 2006-06-08 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample webApp (debug books.jspx) (12.59 KB, application/octet-stream)
2005-01-21 14:14 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-01-20 11:46:33 UTC
Debugger doesn't stop at breakpoint in tag file.
To reproduce:

- create a web application project
- create a tag file and use it in JSP
- add breakpoint to tag file
- debug project -> It doesn't stop at breakpoint.
If you use F7 to step into tag file, it works.

Build 20050120-0924.
Comment 1 Libor Kotouc 2005-01-21 10:19:42 UTC
It works for me. Could you please attach your JSP and TAG files? It
would also be useful to add info about where you placed the breakpoint.
Comment 2 Jiri Skrivanek 2005-01-21 14:13:30 UTC
OK, in build 20050121-1124 tag file debugging works. But in tagx file
only breakpoint at starting 'jsp:element' works (line 8 in attached
tag.tagx).
Comment 3 Jiri Skrivanek 2005-01-21 14:14:43 UTC
Created attachment 19864 [details]
Sample webApp (debug books.jspx)
Comment 4 Libor Kotouc 2005-02-21 09:11:16 UTC
There is a bug in Tomcat's JSP compiler. It will not be fixed in
Tomcat 5.5.7. Kin-Man is working on it.
Comment 5 Jiri Skrivanek 2005-03-01 13:32:30 UTC
It doesn't work for application server neither.
Comment 6 Libor Kotouc 2005-03-01 13:40:28 UTC
not surprise, app server uses tomcat as sesrvlet container.
Comment 7 Libor Kotouc 2005-03-17 08:55:07 UTC
JSP compiler already contains appropriate fix in the current Tomcat builds (5.5.8). 
Our issue resolution depends on the version of NB we will bundle.
Comment 8 Libor Kotouc 2005-03-28 18:55:03 UTC
Tomcat jumped over 5.5.8-alpha to 5.5.9-alpha...NB4.1 will bundle 5.5.7, thus
changing target milestone to promo-F.
Comment 9 Jaroslav Pospisil 2006-03-13 13:42:52 UTC
TM 5.0->TBD
Comment 10 Libor Kotouc 2006-06-08 10:58:40 UTC
It is now working for me with the bundled Tomcat 5.5.16.
Comment 11 Jiri Skrivanek 2006-06-08 13:58:20 UTC
Verified.