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 129354 - annotation in breakpoint window does not update according current session
Summary: annotation in breakpoint window does not update according current session
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 01:15 UTC by Joelle Lam
Modified: 2014-08-02 05:07 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 Joelle Lam 2008-03-06 01:15:25 UTC
When debugging Java applications, the breakpoint windows current breakpoint annotation is not updated when switch
between   sessions.

For instance if in Session1 you stop at Breakpoint1 and in Session2 you stop at Breakpoint2, when you switch between
sessions (by double clicking on them in the sessions window), the Breakpoints are not update with the green error as
relevant to the current the session.
Comment 1 Martin Entlicher 2008-03-14 16:02:13 UTC
Relative to other P3 issues and according to http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html this is of a
lower priority. Lowering to P4.
Comment 2 Martin Entlicher 2009-12-17 07:52:00 UTC
Seems like some subtle problem in changes firing in BP view.
Comment 3 Martin Entlicher 2014-08-01 10:41:10 UTC
Fixed by changeset:   277061:dc87eab23062
http://hg.netbeans.org/core-main/rev/dc87eab23062
Comment 4 Quality Engineering 2014-08-02 05:07:53 UTC
Integrated into 'main-silver', will be available in build *201408020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dc87eab23062
User: mentlicher@netbeans.org
Log: #129354: Remember session-related current breakpoints.