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 96012

Summary: Delete all breakpoints remove just the first one
Product: debugger Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker CC: pnejedly
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2007-02-20 11:37:31 UTC
NB 5.5.1 (200702192300), JDK 6.0_01(b3)

Tried to verified issue 84742, steps to reproduce:
- start IDE, create Java Application project, add some code into Main.java
- open Breakpoints window
- add 3 breakpoints to Main.java
- move cursor to Breakpoints window, select all 3 breakpoints and push Delete
-> the first one breakpoint is deleted
- try to select rest two breakpoints and push Delete
-> all breakpoints were removed
Comment 1 Martin Entlicher 2007-02-21 10:55:46 UTC
This is a dupl. of issue #93784. It behave the same way for watches and for
breakpoints.

*** This issue has been marked as a duplicate of 93784 ***
Comment 2 Marian Mirilovic 2007-02-21 11:24:28 UTC
verified duplicate