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 43629

Summary: Breakpoins mapping is broken
Product: javaee Reporter: Marek Fukala <mfukala>
Component: DebuggerAssignee: Martin Grebac <mgrebac>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2004-05-20 16:03:04 UTC
[20040518]
Breakpoins mapping is broken when you set some
breakpoins into a JSP page, run the file in
debugger and then edit the file. The breakpoins
are then added into wrong places - in fact the JSP
breakpoins are mapped against the file before the
edit.

To reproduce:
1) create a JSP page 
2) put a breakpoint somewhere into the JSP
3) run the file in debugger
4) peform "continue" action 
5) [now I have to remove the first breakpoint to
be able to add others - seems to be another bug]
6) add some lines or a code
7) try to put breakpoints somewhere around where
you put the new lines

=> The breakpoints are added into odd positions -
it seems that they are still mapped against the
file content before the change.
Comment 1 Jan Jancura 2004-06-03 08:46:48 UTC
There is no new information and this bug is duplicite to other one.
CHECK DUPLICITIES, PLEASE!

*** This issue has been marked as a duplicate of 42270 ***
Comment 2 Marek Fukala 2004-07-07 16:40:01 UTC
now the given scenario works - verified