How can I find (go to) the objective-c line in which the program crashes in the Xcode debugger? I don’t understand the assembler code of the program’s stop; in the log there is information about the inadmissible array reference index, but I’m looking for where it takes a long time. Maybe there is a simple civilized way?


