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 with Swift Debugging Our App Breakpoints

Bruno Paes Leme
Bruno Paes Leme
1,796 Points

App does not run properly

When I run my app, it shows a black screen. And the debug navigator highlights a few things on the side bar. However, it does not show any error at the bottom, so I dont know where to change.

1 Answer

Stone Preston
Stone Preston
42,016 Points

Do you have a breakpoint set? press command + Y to disable all breakpoints and try running the app again.

you can also press command + 7 to view the breakpoint navigator. if you have a breakpoint set you can right click it and select delete

edit: looks like you are watching a video on breakpoints, make sure you set the breakpoint in the right spot. what is the outcome supposed to be?