mlecoz
mlecoz

Reputation: 449

How to get complete error message in xCode?

I am getting the following error message in Xcode:

libc++abi.dylib: terminating with uncaught exception of type NSException

This is all that is shown. How can I see a stack trace? Is there some Xcode option I can enable to see more information about this error?

Thanks.

Upvotes: 0

Views: 466

Answers (1)

mlecoz
mlecoz

Reputation: 449

Oh, just figured it out! After the (llbd) in the console enter bt.

Upvotes: 2

Related Questions