My code has a bug that is particularly hard to track because it happens rarely, and basically locks my UI, probably two objects calling each other reciprocally but I am unsure. It doesn’t really freeze the editor, I can still hit pause or stop.
Is there a way for me to, after pausing in editor, somehow getting a stacktrace of the current execution of the game? Sounds like something Unity should be able to produce.