Related Topics:| Breakpoints | Breakpoint Types |
| Breaking in a Function |
The Stop At button on the tool bar is a quick way to set a breakpoint in a line of source code.
To set a Stop At breakpoint using the tool bar:
If you know the source line number, you can use the Breakpoints Window to set a Stop At breakpoint.
To set a Stop At breakpoint using the Breakpoints window:
Breakpoints.
At Location and type the file name and the line number in the Event text box, such as Foo.cc:21.
Stop.
If the line selected is not an executable line of source code, the debugger sets the breakpoint at the next executable line after the specified line.