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 195395 - Breakpoints are not always shown in editor - hard to reproduce
Summary: Breakpoints are not always shown in editor - hard to reproduce
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P4 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-12 22:19 UTC by michal.owsiak
Modified: 2011-03-08 16:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen_1 (120.88 KB, image/png)
2011-02-12 22:19 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2011-02-12 22:19:20 UTC
Created attachment 105942 [details]
screen_1

This error is hard to reproduce. You have to play with running to cursor, debug file, etc.

From time to time, debugger is not showing breakpoints within debugger.

See screen_1. MemoryView is opened in Editor window, however, breakpoint is not visible.

Screen_1
Comment 1 Jiri Kovalsky 2011-02-14 20:33:47 UTC
Isn't this duplicate of bug #195367?
Comment 2 michal.owsiak 2011-02-14 21:00:06 UTC
I am not sure whether this is a duplicate. In bug bug #195367 it looks like a render issue.

In this case, behavior was slightly different. No matter which line was selected, and no matter whether debugger was running or not, breakpoint was not marked at all.

Notice one thing. In this example there is no square on the margin.

In bug #195367, you can see the square, while at the same time, breakpoint line is incorrectly highlighted.
Comment 3 Martin Entlicher 2011-02-16 16:17:15 UTC
I'm not able to reproduce this at all. Do you close the MemoryView file in between debugging or the breakpoint just suddenly disappears from the file while it's opened?
Comment 4 michal.owsiak 2011-02-16 17:29:05 UTC
It is hard to reproduce.

Editor behaved such way as breakpoint didn't exist. I could open and close the MemoryView and the breakpoint was not marked within MemoryView file even thou it was visible on breakpoint list.

I am trying to reproduce it - no success so far.
Comment 5 Martin Entlicher 2011-03-08 16:23:09 UTC
Moving to P4, since it occurs rarely and I was not able to reproduce yet.