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 232527 - No breakpoint annotation in editor
Summary: No breakpoint annotation in editor
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-07-10 16:03 UTC by Egor Ushakov
Modified: 2013-08-27 12:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
there is a breakpoint in this line, see breakpoints list at the left (226.10 KB, image/png)
2013-07-10 16:04 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2013-07-10 16:03:59 UTC
From time to time breakpoint annotations disappear from the editor. Breakpoints are still working and hit, but the annotation is missing. See screenshot.
Comment 1 Egor Ushakov 2013-07-10 16:04:46 UTC
Created attachment 136963 [details]
there is a breakpoint in this line, see breakpoints list at the left
Comment 2 Egor Ushakov 2013-07-10 16:05:55 UTC
It does NOT help to close and reopen the file
Comment 3 Egor Ushakov 2013-07-10 16:11:49 UTC
If I disable-enable the breakpoint, the annotation appears back
Comment 4 Martin Entlicher 2013-08-27 12:05:51 UTC
IMHO this is fixed by http://hg.netbeans.org/core-main/rev/e31643bbec8c and http://hg.netbeans.org/core-main/rev/bce8a8ccb74e. There was a race-condition in add/remove of annotations.