Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当抛出未处理的异常时,Visual Studio 可以选择自动进入调试器,Eclipse 是否具有类似的功能?
您可以定义要在其上设置断点的精确异常列表,即使这些异常未被捕获(应该相当于“ unhandled”)
unhandled
转到断点窗口,有一个看起来像 J! 的按钮,在那里您可以为 Java 异常设置断点,无论是捕获的还是未捕获的。您可以为异常名称引用类或使用模式匹配器。
此外,在 Window -> Preferences 下,选择 Java -> Debug 并有一个复选框告诉调试器中断未捕获的异常