I’ve setup a break point (Left click in gutter) in some methods. I’ve also wired the control to the method (in IB). However when I press CMD + R, it ignores my breakpoints. How do I make Xcode stop at breakpoints?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Click on Activate/Deactivate Breakpoints to deactivate breakpoints and activate it again. Then Build and Debug. If it still doesn’t work then remove Breakpoints and add breakpoint again (this is what worked for me when gdb doesn’t hit the breakpoint)