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 66153 - Only one breakpoint added to group
Summary: Only one breakpoint added to group
Status: VERIFIED WORKSFORME
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: 2005-10-06 17:03 UTC by Jiri Skrivanek
Modified: 2005-12-07 11:44 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 Jiri Skrivanek 2005-10-06 17:03:04 UTC
When you select two or more breakpoints and try to add them to a group only the
first is added. To reproduce:

- create java application project
- add several breakpoint at Main.java
- open Window|Debugging|Breakpoints view
- select two breakpoints and call 'Set Group Name' from context menu
- type name in the dialog
- confirm dialog but only the first delected breakpoint is added to the group.
Others are ignored.

Build 20051006-0643, JDK1.5.0_05, WindowsXP.
Comment 1 Jiri Skrivanek 2005-12-07 11:43:40 UTC
Works for me in build 20051207-0700.
Comment 2 Jiri Skrivanek 2005-12-07 11:44:24 UTC
Verified.