step into会进入你自己写的方法。而force step into能够进入所有的方法,比如jdk的方法。随便写一个试一下就知道了,如下图: step into就会直接过去。而force step into就能进到substring方法中。
step into会进入你自己写的方法。
而force step into能够进入所有的方法,比如jdk的方法。
随便写一个试一下就知道了,如下图:
step into就会直接过去。
而force step into就能进到substring方法中。