Is code obfuscation enabled? If code obfuscation is enabled, the program will not stop at the breakpoint you set, which means that all breakpoints set are invalid. You need to set minifyEnabled to false in buildTypes of the build.gradle configuration file

buildTypes { sit { minifyEnabled false … }}