Use the Breakpoint Properties dialog to examine or change breakpoint properties.
Breakpoint group
From the list, select the breakpoint group that you want to contain this breakpoint. By default, all breakpoints belong to the Default breakpoint group.
Condition
Set optional conditional breakpoint parameters by typing the parameters. You can use any valid expression as the breakpoint condition.
Thread
From the list, select a thread-specific breakpoint that determines when the debugger suspends operation.
- Apply to all threads: Suspend operation when the program you are debugging encounters this breakpoint in any thread.
- Apply to current thread: The debugger suspends operation when the program you are debugging encounters this breakpoint in the current thread.
Click OK to accept the specified values. Click Cancel to close the dialog without changing the values.