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 47092 - Breakpoint in multi-line jsp comments doesn't work
Summary: Breakpoint in multi-line jsp comments doesn't work
Status: CLOSED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: TOMCAT
Depends on:
Blocks:
 
Reported: 2004-08-11 13:12 UTC by L Martinek
Modified: 2006-03-24 09:51 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 L Martinek 2004-08-11 13:12:23 UTC
Add following jsp comment to a JSP

<%-- aaa
bbb
ccc --%>

and put breakpoints to all three lines. 
Start debugger. Only one breakpoint is working,
sometime first one, sometime last one.
Comment 1 Martin Grebac 2004-09-15 15:45:54 UTC
The problem is that the comments do not have mappings provided from
tomcat, but I don't think this is a problem. Breakpoints don't work in
comments in java, too, and they of course don't make sense in both.
We'll solve this later on if we'll have the breakpoint validation
feature - then such breakpoints won't be allowed.
Comment 2 Jiri Skrivanek 2005-12-14 14:33:13 UTC
Verified.