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 148431 - Line number not updated after entering return above bp
Summary: Line number not updated after entering return above bp
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 22:05 UTC by _ krystyna
Modified: 2017-01-23 22:08 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 _ krystyna 2008-09-25 22:05:26 UTC
NetBeans IDE Dev (Build 20080923152338)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1

1. add a breakpoint in some javascript and note line number in Breakpoints window
2. in the javascript above the line with the breakpoint press enter 
> line number not updated in breakpoints window (attaching screenshot).
3. debug file
>breakpoint fails (breakpoint line number still not updated)
4. restart IDE
>breakpoint still not updated
Comment 1 Quy Nguyen 2008-09-25 22:41:24 UTC
Changeset: 51b27a2523cb

The internal breakpoint state was not getting correctly updated when it received notification of a line change.
Comment 2 _ krystyna 2008-09-27 00:23:44 UTC
Verified in NetBeans IDE Dev (Build 20080926114356)
Comment 3 Quality Engineering 2008-09-27 05:44:10 UTC
Integrated into 'main-golden', will be available in build *200809270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/51b27a2523cb
User: Quy Nguyen <quynguyen@netbeans.org>
Log: #148431 - Fix javascript breakpoint update when line moves due to editor changes