I set a breakpoint but when I run my program it looks like it disables itself. Any ideas what’s going on? The breakpoint arrow is dark blue before I run the program, and upon execution changes to light blue.
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.
Breakpoints in Xcode can be fickle…most of the gotchas are detailed in this SO thread:
Why Aren’t My Breakpoints Working in Xcode