ios - How do I delete a breakpoint marker in xcode? -


so app 100% done, when compile in xcode app loads normal, when press button, apps main function, encounters thread breakpoint error , i'm not sure why.

when run app in simulator without xcode runs perfect, thread error happens when run in xcode.

thanks again can provided!

click on dark blue arrow next "play sound" comment, , turn light blue (disabled). or right click (or option-click) on blue arrow , have option remove breakpoint.

or select breakpoint navigator ("view" - "navigators" - "show breakpoint navigator") , manage breakpoints there.

see wwdc 2012 video debugging in xcode.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -