debugging - 为什么 IntelliJ IDEA 删除了强制步入按钮?

标签 debugging intellij-idea step-into

我正在观看有关在 IDEA 中调试的教程。当我试图尝试强制进入按钮时,我发现它不存在。快捷键 alt + shift + f7 仍然有效。

他们为什么删除这个按钮?其背后的必要性是什么?

最佳答案

Force Step Into仍然是一个功能。

工具栏按钮被故意删除。请参阅IDEA-299530了解更多信息。

It was decided to remove the force step into from the debugger toolbar because its usage is very low and the red icon is very distracting. Also, the new toolbar customization (with a toolbar right click) allows to easily add it back if really needed.

请执行以下步骤以恢复此操作:

  • 右键单击调试器工具栏并选择自定义工具栏

debugger toolbar

  • 点击+ |添加操作...|搜索“强制步骤”

  • 添加所需的操作。单击“确定”

关于debugging - 为什么 IntelliJ IDEA 删除了强制步入按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76994884/

相关文章:

Java Eclipse 求值表达式

c# - 在 Visual Studio 解决方案中的某个项目上启用和禁用 "Step into"调试

c# - 进入 VS2013 中的 lambda 表达式是否被破坏?

angularjs - 在 Protractor 中调试

javascript - 在 IntelliJ : doesn't stop on breakpoints 中调试 mocha 测试

ios - 在 -[UIViewController viewWillAppear] 方法中添加符号断点时如何注销自身

C程序字符串

java - 在其他计算机上运行时导出的 .jar 给出 "No suitable driver found for jdbc"

java - azure 函数在 IntelliJ IDEA 中调试错误

debugging - VB6调试无法进入另一个项目