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 trialMichael Bowen
770 PointsError, bank screen
https://www.dropbox.com/s/e8l8osioydgf3lf/Screenshot%202014-10-02%2017.06.35.png?dl=0
When I run the sim I get a blank page.
1 Answer
Stone Preston
42,016 Pointslooks 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.
Michael Bowen
770 PointsMichael Bowen
770 Pointsno I didn't set a breakpoint
Stone Preston
42,016 PointsStone Preston
42,016 Pointswell 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?