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) Designing your App Programming a Background Image

Error, bank screen

1 Answer

Stone Preston
Stone Preston
42,016 Points

looks like you set a breakpoint. hit command + y to disable breakpoints. alternatively you can right click on that little flag thing that looks like a sideways triangle in the gutter on line 22 and select delete breakpoint. that will get rid of it.

breakpoints are used in debugging, but its easy to accidentally set one by misclicking in the gutter.

no I didn't set a breakpoint

Stone Preston
Stone Preston
42,016 Points

well there is a breakpoint in your screen shot. says thread 1: breakpoint 1. line is highlighted. that little green triangle thing in the gutter on the left is a breakpoint. did you try removing it like I said?