Xamarin pauses execution on exceptions and usually shows the exception and where it occurred. An exception occurs somewhere in an external library (in a BinaryFormatter instance to be precise) and the application stops execution. However no location is shown as to where the exception occurred and what it actually is (it can be caught and processed though, it's just that it's hard to track exceptions down if I don't know from where they are triggered). Is there an option to enable this? I can't really debug if I don't know where exceptions are coming from.
↧