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 193705 - JSP breakpoint is not hit
Summary: JSP breakpoint is not hit
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 19:26 UTC by michal.owsiak
Modified: 2014-01-29 13:51 UTC (History)
1 user (show)

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 michal.owsiak 2010-12-21 19:26:54 UTC
Use-case:

to reproduce use http://qa.netbeans.org/modules/debugger/promo-h/JSPExamples.zip and Debugger Sanity test case: http://wiki.netbeans.org/TS_68_Debugger_Sanity (View session labguages).

NOTE! Before you start the test make sure that:

a. GlassFish is removed from Services
b. Make sure that you are opening clean copy of JSPExamples.zip
c. Make sure that ~/.netbeans/7.0beta is removed
d. Make sure that JSPExamples project complains regarding missing server (after it complains choose Resolve issue and choose GlassFish as project server)

1. Follow instructions at View session languages.
2. After breakpoint at JspCalendar#27 is hit press Continue - nothing happens, breakpoint within JSP page is not hit (page is rendered within browser)

3. Refresh page
4. Breakpoint within JspCalendar#27 is hit again
5. Instead of pressing F5 (Continue) press Step out - you should end up within date.jsp
6. Add another breakpoint at line date.jps#30 - you should see two breakpoint #25 and #30
7. Press Continue
8. Both breakpoints are missed

NOTE! In some cases, second breakpoint is hit, while first one (#25) is missed
Comment 1 Martin Entlicher 2010-12-23 12:11:22 UTC
There used to be JSP Debugger component somewhere... but it seems to be gone.
Comment 2 Martin Entlicher 2010-12-28 17:04:51 UTC
I can not reproduce this on Ubuntu Linux - both breakpoints is JSP are hit for me.
Comment 3 Jan Peska 2014-01-29 13:38:37 UTC
This issue is not reproducible anymore - I would resolve it as WORKSFORME. I'm leaving it to Martin to decide.
Comment 4 Martin Entlicher 2014-01-29 13:51:41 UTC
O.K. Thanks, resolving as works for me.