Reputation: 23
I press open on the simulator and the program crashes and gives me that side panel and bottom pressing open is sliding to the right and displaying the 3 objects Hello, second, World.
Upvotes: 0
Views: 152
Reputation: 2494
Your program is not crashing . It was stopped at the breakpoint you have used in your code.
Upvotes: 0
Reputation: 71854
Your program is crashing because you have added break point into you code which is looks like:
You can remove all by dragging it out side this way:
Do same thing for all breakpoints.
Upvotes: 1