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 48853 - Sometimes JSP breakpoint isn't reached.
Summary: Sometimes JSP breakpoint isn't reached.
Status: CLOSED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-09-10 15:39 UTC by L Martinek
Modified: 2006-03-24 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (41.96 KB, image/png)
2004-09-10 15:43 UTC, L Martinek
Details
Content of Debugger Console Output (50 bytes, text/plain)
2004-09-10 15:45 UTC, L Martinek
Details
Tomcat log (4.00 KB, text/plain)
2004-09-10 15:46 UTC, L Martinek
Details
Debug Output (270 bytes, text/plain)
2004-09-10 15:47 UTC, L Martinek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2004-09-10 15:39:34 UTC
Sometimes automated validation test fails because
of this bug. It happens mostly on Win2000 and
Solaris 9. I wasn't able to reproduce it manually.

In the test I add two breakpoints to index.jsp and
start debugging project. Browser appeared with
loaded JSP, but breakpoint wasn't reached. I use
Swing Browser in my automated tests, but this is
not its bug. Right before debugging I added text
"Debugging" to the JSP and Swing Browser contains
this text so it's apparent that the JSP had to be
executed.
Comment 1 L Martinek 2004-09-10 15:43:18 UTC
Created attachment 17549 [details]
Screenshot
Comment 2 L Martinek 2004-09-10 15:45:48 UTC
Created attachment 17551 [details]
Content of Debugger Console Output
Comment 3 L Martinek 2004-09-10 15:46:27 UTC
Created attachment 17552 [details]
Tomcat log
Comment 4 L Martinek 2004-09-10 15:47:27 UTC
Created attachment 17553 [details]
Debug Output
Comment 5 Martin Grebac 2004-09-22 16:51:47 UTC
will look at it
Comment 6 Libor Kotouc 2005-01-19 10:21:17 UTC
Do we still have this problem? Could you please try to test it on the
current build? In common case, when you set a breakpoint by hand,
debugger stops.
Comment 7 Jiri Skrivanek 2005-01-20 10:22:49 UTC
I haven't faced this problem in recent builds. Closing as 'worksforme'.
Comment 8 Jiri Skrivanek 2005-01-20 10:23:11 UTC
Verified.