Adding a Symbolic Breakpoint
- Steps
In the bottom-left corner of the breakpoint navigator, click the Add button.
Choose Add Symbolic Breakpoint.
Enter the symbol name in the Symbol field.
Click Done.

Add a symbolic breakpoint to your project in the breakpoint navigator. Symbolic breakpoints stop program execution when a specific function or method starts executing.
You can specify the symbol as:
A method name. For example,
pathsMatchingExtensions:.A method of a particular class. For example,
[SKTLine drawHandlesInView],people::Person::name().A function name. For example,
_objc_msgForward.
If the symbol is declared in more than one library, enter the name of the appropriate library in the Module field.
The screenshot shows the properties of a symbolic breakpoint.
© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-01-09)