1.使用快捷键:Alt+Shift+F7
2.对IDEA进行设置
点击File->Settings-> Build, Execution, Deployment ->Debugger->Stepping
把Do not step into the classes
下的java
.*, javax.*
取消勾选,然后保存即可。
微信扫一扫
1.使用快捷键:Alt+Shift+F7
2.对IDEA进行设置
点击File->Settings-> Build, Execution, Deployment ->Debugger->Stepping
把Do not step into the classes
下的java
.*, javax.*
取消勾选,然后保存即可。
相关推荐