Debug调试

先设置断点,然后Debug调试

step into:进入子函数
step over:越过子函数,但子函数会执行
step return:跳出子函数

原文地址:https://www.cnblogs.com/android-for-dh/p/4482519.html