Displays the Edit Breakpoint dialog for changing breakpoint properties of multiple breakpoints.
To edit breakpoint properties, complete the following actions:
Breakpoint group
To change the breakpoint group for all selected breakpoints; select the breakpoint group checkbox. From the list, select the breakpoint group that you want to contain the selected breakpoints. By default, all breakpoints belong to the Default breakpoint group.
Condition
To change the condition attribute for all selected breakpoints; select the condtion checkbox. Set conditional breakpoint parameters by typing the parameters. You can use any valid expression as the breakpoint condition.
Thread
To change the thread-specific attribute for all selected breakpoints; select the thread checkbox. From the list, select a thread-specific attribute that determines when the debugger will suspend operation.
- Apply to all threads: Suspend operation when the program you are debugging encounters any of the selected breakpoints in any thread.
- Apply to current thread: The debugger suspends operation when the program you are debugging encounters any of the selected breakpoints in the current thread.
Click OK to accept the specified values for all selected breakpoints. Click Cancel to close the dialog without changing the values.