nicoqueijo
nicoqueijo

Reputation: 922

Can't debug Android app, gets stuck before I can hit any breakpoints

Trying to debug and it gets stuck here. Exception: Can't find resource for bundle android.icu.impl.ICUResourceBundleImpl$ResourceTable, key en_US

enter image description here

I am able to run the app fine on the emulator and physical device but when I try debugging it gets stuck here and doesn't reach my breakpoint. Was working fine and now this started happening all of the sudden.

I've tried Invalidate Caches/Restart, cleaning & rebuilding project, restarting my device and my PC, checking out a different branch, even did an Android Studio update and still getting this issue.

Upvotes: 1

Views: 305

Answers (1)

nicoqueijo
nicoqueijo

Reputation: 922

After 2 hours I realized the problem was that I had "Java Exception Breakpoints" and/or "Exception Breakpoints" checked on the Breakpoints settings. Unchecked them and everything is back to normal.

enter image description here

Upvotes: 2

Related Questions