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!

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

Stimulator is blank (black)

I am now in the Randomization part, and everything seems to be in a" build success" except when i ran the stimulator it is showing no result, under my Viewcontroller.m

there's a message that says threadbreakpoint 1.1 - is this causing it not to show some results?

2 Answers

Jack Solomon
Jack Solomon
839 Points

It means there is an issue in your code, it's causing it to freeze. What are the lines around where you get the green thread breakpoint?

Mike Bronner
Mike Bronner
16,395 Points

Or do you by chance have any blue break points in the code and its waiting for you to continue? Try disabling break points by unpressing the breakpoint button in the menu bar, then stop and run the project again.