What is the number next to the method name in a stack trace?
问题 I have a simple question, I suppose, but I cannot find anything. What's the number at the end of line 6, + 429 ? 回答1: It means that the return address for stack frame 6 is 429 bytes past the start of the -[#### tableView:cellForRowAtindexPath:] function. It might be inside that function, or it might be past the end of the function but not inside any other known function. UPDATE In order for the symbolicator to turn those return addresses into line numbers, you must have the .dSYM file that