What do breakpoint numbers mean in Xcode debugger? -


simple questions can't find answers anywhere.

when xcode hits breakpoint, shows "thread x: stopped @ breakpoint n" in right hand margin. these breakpoint numbers seem nonsensical , don't know how figure out of actual breakpoints relate them.

it's no big deal when breakpoint set on line of code gets confusing when have symbolic breakpoints (which new me, way). symbolic breakpoint on "tableview:editingstyleforrowatindexpath:" i'm seeing execution breaks @ variety of places don't expect - in middle of assembly code.

so 3 questions, really. 1) breakpoint numbers mean , how can correlate them actual breakpoints? 2) there way display breakpoint numbers in xcode breakpoint navigator? , 3) getting random breaks in execution shouldn't getting - , there way stop happening?

thanks.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -