How does idea debug debug dynamically generated proxy classes?

how does idea debug dynamically generated proxy classes?

recently, in learning the dubbo source code, some of the functions are often accomplished by the classes generated by the dynamic proxy. If you follow the normal debug, you can only jump into the interface implemented by the dynamic proxy class, and you can"t see what has actually been done. Are there any plug-ins or techniques to deal with this situation?

May.22,2021
Menu