With the new Visual Studio Mac 2022 I can't see where my app crashes, instead with the old version of Visual Studio I can see the stacktrace. Does anyone have a solution?
My workaround:
Open Breakpoints window and click 'New Exception Breakpoint'
Create a Breakpoint when an exception in thrown 'System.Exception'
Now the app breaks on exception before crash!