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 - Delete all breakpoints remove just the first one
Summary: Delete all breakpoints remove just the first one
Status: CLOSED DUPLICATE of bug 93784
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 11:37 UTC by Marian Mirilovic
Modified: 2007-02-21 11:24 UTC (History)
1 user (show)

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 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