有没有一种方法可以跳过在 Eclipse 调试模式下跟踪第三方 jar 中的代码

Is there a way I can skip tracing through the code in third party jars in eclipse debug mode

我想避免在 eclipse 中处于调试模式时进入第三方 jar 中的代码细节。

目前我正在使用 Eclipse luna。我正在跟踪一个使用 play 框架的 web 应用程序,我不想进入 play 框架特定的代码并只关注我编写的代码。

如何在 eclipse 中实现这个?

前往 Window->Preferences 在面板中搜索 Java 然后前往 Debug 和 select Step Filtering

选中 Use Step Filters 和 select 您要排除的软件包,有关如何使用此选项的更多详细信息 here