I would like to set a symbolic breakpoint on \"objectAtIndex:\" method of a specific property in a specific class.
See the following code :
@interface Fo
I am not at my Mac, so I cannot try this myself, but how about:
breakpoint set -n "-[[Foo fooArray] objectAtIndex:]"