Breakpoint groups allow you to organize and group together a bunch of breakpoints that can be disabled, enabled or deleted as a single unit in a single step. Groups are convenient if you have many breakpoint in your project.
Every breakpoint belongs to a breakpoint group. Newly created breakpoints will be added to the current breakpoint group. The current breakpoint group will be the group name and icon that appears in the current breakpoint group combo on the main BugSeeker application window's toolbar. To change the current breakpoint group, select a different group from the Current Breakpoint Group combo on the main toolbar.
To view the current breakpoint groups or to manage them, you need to open the Breakpoints dialog by selecting Breakpoint | View Breakpoints. Every project will have a special breakpoint group named Default which is the only group that cannot be deleted.
To create a new breakpoint group, press the New Group button in the Breakpoints dialog. You will be prompted for a name and color for the new group. The name, which may contain spaces, must be unique. However. the breakpoint group color does not need to be unique, although it will be easier for you to differentiate between breakpoints belonging to different groups if you did choose a color that have not been already assigned to another breakpoint group.
To delete a breakpoint group, select the group you wish to delete and press the Remove button or delete key. All breakpoints within that group will also be deleted. If you request to delete the special Default group, all breakpoint within the group will be deleted but the group itself will not be deleted.