Running on Device Causes Debugging to be "Always On"?
No matter whether I press the big green Run button or the very nice looking "debug" icon, if I have a breakpoint in my code, it's ALWAYS hit. Regardless of button.
The buttons seem to be respected whenever I run in the simulator.
What am I doing wrong?
Please sign in to leave a comment.
Alex, this is correct, AppCode can only use a device in debug mode.
Though, to avoid stopping on breakpoints, we should probably mute all breakpoints automatically, if you press 'Run' instead of 'Debug'.
Does it sound reasonable to you?