I would like to free all running threads at some point to get callstack from UI Thread. Is there a method call for this?
Thank you
I would like to free all running threads at some point to get callstack from UI Thread. Is there a method call for this?
Thank you
If I'm not mistaken, you could just set a breakpoint somewhere in the code and the threads will be paused. In console, you could do: po [NSThread callStackSymbols] to print a stack trace on the current thread.