When I debug in Debug View I can see dynamically generated classes. Is there any way to filter them?
for example
SomeService$$FastClassByCGLIB$$61115062.invoke(int, Object, Object[]) line: not available MethodProxy.invoke(Object, Object[]) line: 149 Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Object, Method, Object[], MethodProxy) line: 617
there is a lot of it and it makes code harder to debug.