Galaxy S5 Lollipop - not all breakpoints stop execution under Android Studio debugger

Last update of Samsung S5 this week solves the problem with Eclipse IDE. Android French version G900FXXU1BOC7


I found this out: Breakpoints don't work on allocations in some versions of Android. An allocation (second image) isn't executable code but the Fabric init code is, so it can break at that point. It seems to be a sort of check if the code is executable or not.