shortjae.blogg.se

Android studio debug stop on all thread
Android studio debug stop on all thread












I've tried adding unhandled exception handlers in my MainActivity, and added breakpoints, but when an exception occurs, the breakpoints never get hit and I still encounter the same useless error page: It is only in android that I get this useless page with no information. Note, if I follow the exact same steps to reproduce any of these exceptions in UWP, the application breaks correctly on the exception and I am able to see the details. (Note to the mods: it's really dumb that I'm not allowed to post a screenshot of this because I haven't been on the forums long enough) There are zero details about the exception. Your app has entered a break state, but there is no code to show because all threads were executing external code (typically system or framework code).

android studio debug stop on all thread android studio debug stop on all thread android studio debug stop on all thread

However, on android, every single time an exception occurs, I get this extremely unhelpful error: When I debug my Xamarin.Forms app on UWP and an exception occurs, the application breaks on the line that the exception is thrown, showing me the exception details, the call stack, and allows me to inspect local variables.














Android studio debug stop on all thread