Question

This question involves Unity3d, but it's not specifically about it.

I'm building a Unity project for OSX; as a result, I get complete .app that I can run — without xcode project in between, as on iOS. Everything goes OK, but my app hangs up from time to time, forcing me to kill it.

What OS X tools can I use to help with debugging such a situation? May be there's something in xcode instruments that can help me?

Was it helpful?

Solution

You'll want to get the crashlogs, which will give you the callstack, and therefore the location in the code of the crash.

Here's some info on how to find the crash logs:

http://serato.com/scratchlive/support/6600/how-to-get-a-crash-log-in-mac-osx

And here's some info about what to do with them once you have them:

How to symbolicate Mac OSX crash reports issued by Apple?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top