I mean how to avoid stepping through system methods. There is an answer here
It is written:
Go to Android Studio > Preferences > Debugger > Stepping then in the bottom click the plus arrow with the question mark that says Add Pattern. Type android.* and hit OK and then Apply.
But I can't find preferences in Android Studio. There is settings. There are debugger settings in there. But there is no stepping settings. Can someone kindly point me to stepping settings? Thanks!