Hey, anyone else has issues with AS skiping breakp...
# android-studio
s
Hey, anyone else has issues with AS skiping breakpoints? Can't find the cause of this...
h
maybe you enabled code obfuscation in your debug build?
s
minify not enabled, debug is enabled...
maybe lack of memory to keep the breakpoints?
at some points the IDE stops others it doesn't
h
and the breakpoints are enabled? (right click on them or cmd+shift+fn+f8)
also try uninstalling the app and restarting the emulator
s
yep enabled
I'll try again after restart