better support for dynamic proxies in debugger

A lot of interesting code nowadays supports dynamic proxies.
When debugging this code it is impossible currently to see what
interfaces are implemented by dynamic proxies. It would
be really helpful to be able to see this and then call the methods on
those interfaces from the debugger.

0

Please sign in to leave a comment.