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 176422

Summary: Only one breakpoint highlighted when multiple breakpoints hit
Product: debugger Reporter: Vojtech Sigler <vsigler>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vojtech Sigler 2009-11-10 08:37:34 UTC
Product Version: NetBeans IDE Dev (Build 200911041401)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

When there are multiple breakpoints hit at one point in the program execution, only one of them is highlighted in the Breakpoints view.

1) Open MemoryView.java (http://qa.netbeans.org/modules/debugger/promo-h/MemoryView.zip)
2) Create a method breakpoint for method updateStatus()
3) Create another method breakpoint for updateStatus()
4) Invoke properties for one of the breakpoints and change Print text to e.g. "Hello"
5) Toggle a line breakpoint on line 86
6) Debug project
7) Debugger stops on line 86
8) Open debugger console - the Hello text is printed as well as messages about the other two breakpoints - they were all hit
9) Open breakpoints view
10) Only one of the breakpoints is highlighted
Comment 1 Martin Entlicher 2009-11-11 12:03:18 UTC
IMHO this is P4 comparing to other P3 issues we have...