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 141558

Summary: Change gutter annotation of hit constructor method breakpoint
Product: debugger Reporter: Petr Cyhelsky <cyhelsky>
Component: JavaAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Cyhelsky 2008-07-24 15:04:25 UTC
In current implementation the method breakpoint for constructor which is hit is annotated by green arrow with black
arrow(annotating there is some other annotation present and allowing cycling through these two annotations) imho it
would be better if there was only one annotation glyph (like when other breakpoints are hit - consistency is important)
and this glyph should be taken from the breakpoints view(the case when the method breakpoint is hit - the red triangle
with green arrow).
Note that this only applies to method breakpoint in constructor, where the program counter stops on the header and not
to other method breakpoints, where the program counter stops at first line of the body of the method (another
inconsistency - is it bug or feature?)