In this post I'd like to cover some of the essentials regarding debugging with AppCode - how to add breakpoints and manage them, step through code, review variables, evaluate expressions and so on.
Let's start with adding some line breakpoints - to set one just click in the left gutter next to th…