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 12620 - It is possible to enter duplicate breakpoints.
Summary: It is possible to enter duplicate breakpoints.
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-06 15:14 UTC by Marian Petras
Modified: 2001-07-20 20:36 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 Marian Petras 2001-06-06 15:14:20 UTC
E.g. you can enter two line breakpoints with the same classname, line number and
other attributes.

(Originally reported in bug #12443 as "another buggy behaviour".)
Comment 1 Jan Stola 2001-06-07 09:38:43 UTC
There is no reason why we should avoid such situations.
If the user is trying to create two breakpoints on the same
place he/she probably knows what he/she is doing.
For exaple he/she can have more breakpoints on the same line
but with the different conditions and print texts.