Setting an In Member Breakpoint

Related Topics:

Setting an In Class Breakpoint Breakpoints in C++ Classes
Breakpoints Window

You can set a breakpoint in each member function of the same name across C++ classes.

To set the In Member breakpoint:

1. In the Debugging Window, choose Windows Breakpoints.
Or, choose Execute Set Breakpoints.

2. If the Details pane is not in view, click the Add/Change Breakpoint button (the Add/Change Breakpoint button toggles to Hide Details).

3. Choose Event In Member and type the member function name in the Event text box.

4. Choose Action Stop.

5. Click Add.

The breakpoint is added to the list of currently active breakpoints.