pharo-contributions / MethodProxies

A library to decorate and control method execution.
6 stars 7 forks source link

Changed back MpMethodProxy to inherit from Object #16

Closed Mathilde411 closed 1 year ago

Mathilde411 commented 1 year ago

Inheriting from ProtoObject makes for a very difficult debugging, I think Proxies should still inherit from Object, because seems debugging is more important than some little bugs.