idea debug中没有force step into功能键

问题

idea debug中没有force step into功能键_第1张图片

在学习调试时遇到了一个问题。如图,没有force step into 按钮。

打了断点后,点击debug。

debug按键功能:

step over:执行至下一步

setp into:进入自定义方法体

force step into:进入系统定义方法体

step out:跳出本方法

run to cursor:运行至光标处

原因

经过查看,debug的按钮是可以在idea设置中进行开关调节的。

解决

步骤一:

鼠标右击,点击Customize Toolbar,

idea debug中没有force step into功能键_第2张图片

步骤二:

点击Add Action

idea debug中没有force step into功能键_第3张图片

步骤三:

可以看到有很多的按钮,这里我们选择直接搜索“force step into”,进行添加即可

idea debug中没有force step into功能键_第4张图片

idea debug中没有force step into功能键_第5张图片

步骤四:

完成

idea debug中没有force step into功能键_第6张图片

你可能感兴趣的:(idea,intellij-idea,idea)