xamarin.iosvisual-studio-mac

Xamarin.iOS Visual Studio Mac 2022 not show crash stacktrace


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?

Visual Studio 2019 Mac

Visual Studio 2022 Mac


Solution

  • My workaround:

    Open Breakpoints window and click 'New Exception Breakpoint' enter image description here

    Create a Breakpoint when an exception in thrown 'System.Exception' enter image description here

    Now the app breaks on exception before crash!