Reputation: 321
I am using xcode 10 beta
i am getting common errors that occur during the unavailability of data or unwrapping optionals, but how can i go to that line that caused the error or which array in out of index or which optional is being unwrapped?
Here is what i get
How to reach the line or optional or array that caused the error?
Update : after placing exception breakpoint
Upvotes: 0
Views: 313
Reputation: 5823
Try this following way:
Select second option. Exception Breakpoint...
Upvotes: 1