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 - Breakpoins mapping is broken
Summary: Breakpoins mapping is broken
Status: CLOSED DUPLICATE of bug 42270
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 16:03 UTC by Marek Fukala
Modified: 2006-03-24 10:31 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 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