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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -