ios - Enable zombie objects in Xamarin Studio -
i have ios app in xamarin crashes due exc_bad_access. wonder if possible enable zombie objects xcode.
any appreciated.
you can check enable zombie objects checkbox in tab called diagnostics of current build's run item.
to run zombies instrument, go profile in project menu, choose memory group of instruments, , select zombies instrument.
so when object unallocated, system not free marks zombie.
Comments
Post a Comment