dagger icon indicating copy to clipboard operation
dagger copied to clipboard

Dagger + breakpoints on thrown exceptions cause infinite ClassNotFoundException

Open anaisbetts opened this issue 10 years ago • 0 comments

While debugging my badly-written application, I'm trying to set Android Studio to break in on thrown exceptions:

However, when I restart my app like this, it seems to act differently, breaking in at the loader constantly on every class with "ClassNotFoundException" on various classes (how do you even capture the stack as text in Android Studio?)

Any ideas? I'm most certainly Doing It Wrong

anaisbetts avatar Aug 15 '14 20:08 anaisbetts