I have a Xamarin.Mac application that, from time to time, gets stalled. The log is not really useful as it hangs at different points in its lifecycle, and the scenario is hard to reproduce.
On Windows, we have the Stack Dump functionality built in into the system - from Process Explorer, find the process, and go thread by thread examining their call stacks.
Is there a tool like that for Xamarin.Mac applications, so the next time the application hangs, I can get the call stack of its threads, to try to determine the root issue?
Thanks!