You can restrict a breakpoint to one or more threads of a target. This process allows you to work on selected threads of a target.
To restrict a breakpoint to one or more process threads:
- Select the Breakpoints view.
- Right-click on the breakpoint you want to restrict, and choose Breakpoint Properties from the shortcut menu.
The
Properties for C/C++ Breakpoint dialog appears.
- In the left pane, select Filtering. The Filtering option is available during a debug session.
Figure 1. Restrict breakpoint to selected targets and threads
- From the Restrict to Selected Targets and Threads list, select the checkboxes adjacent to threads you want to restrict the breakpoint.
- Click OK.
The breakpoint is applied to the selected targets and threads.