Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App (iOS7) Refactoring into a Model Readonly Attribute

read only

i did all that it says to do in this tutorial but when i went to load my program it says thread 1: breakpoint 1.1 on the line of "self.crystalBall = [[SBCrystalBall alloc] init];" what does that mean?

2 Answers

Kevin Zoltany
Kevin Zoltany
16,282 Points

Shawn you have a breakpoint which helps with debugging but to remove the breakpoint go to the navigation pane and in the navigation pane click the “Show the breakpoint navigator” button or the second icon from the right. Then right click on the breakpoint and click “Delete Breakpoint”.

Ah perfect thankyou.