I know how to enable zombie objects in XCode (How to enable NSZombie in Xcode?). But could i do the same for Xamarin.Mac application and how? Thanks in advance
Asked
Active
Viewed 73 times
0
-
Are you trying to trace an issue in the Xamarin.Mac Mono runtime? Otherwise, you might want to look at the Xamarin Profiler to monitor/trace IL object allocations/orphans – SushiHangover Apr 13 '21 at 15:51
-
I'm debugging in Visual Studio – msavkin Apr 13 '21 at 19:43
-
Yes, i can do it with profiler. Thank you – msavkin Apr 13 '21 at 19:47