如何在调试视图中过滤动态生成的类?

时间:2011-11-09 14:04:24

标签: java eclipse debugging

当我在Debug View中调试时,我可以看到动态生成的类。有没有办法过滤它们?

例如

  

SomeService $$ FastClassByCGLIB $$ 61115062.invoke(int,Object,Object [])   line:not available MethodProxy.invoke(Object,Object [])line:149   Cglib2AopProxy $ DynamicAdvisedInterceptor.intercept(Object,Method,   Object [],MethodProxy)行:617

它有很多,它使代码更难调试。

1 个答案:

答案 0 :(得分:2)

您可以在调试视图中启用步骤过滤,并在window / preferences / java / debug / step过滤中配置它

enter image description here