Hi,
I'm starting with S4 ...
I wrote a simple generic function and one method "catch". Now I want
to
debug the method using "debug" and when I call debug(catch) it tries
to
debug the generic function not the method (as expected).
How can I call debug on the method ?
Thanks
EJ