当我在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
它有很多,它使代码更难调试。
答案 0 :(得分:2)
您可以在调试视图中启用步骤过滤,并在window / preferences / java / debug / step过滤中配置它