Performance and debugging
Breakpoints
Which of these can you do with Xcode breakpoints without changing any code? Select all that apply.
Pick all that apply
Breakpoints
Which of these can you do with Xcode breakpoints without changing any code? Select all that apply.
Pick all that apply
Performance and debuggingShort answerIntro
Once you've reproduced a bug, which Xcode debugging features do you actually reach for, b…
#xcode #breakpoint #debugging
Performance and debuggingShort answerAdvanced
Besides retain cycle leaks, what other kinds of memory bugs do you run into on iOS? And i…
#debugging
Performance and debuggingMultiple choiceBasics
An app you're debugging in Xcode throws an intermittent EXC_BAD_ACCESS, and you don't kno…
#debugging
Performance and debuggingShort answerExpert
You have a production bug that affects 0.1% of users and never reproduces in development.…
#debugging