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 - Only one breakpoint highlighted when multiple breakpoints hit
Summary: Only one breakpoint highlighted when multiple breakpoints hit
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 08:37 UTC by Vojtech Sigler
Modified: 2009-12-02 13:10 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 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...