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

Summary: Only one breakpoint added to group
Product: debugger Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: issues@debugger <issues>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.