On Wed, Apr 6, 2016 at 9:59 PM, Thibault ARLOING
<thibault.arlo...@hotmail.fr> wrote:
> i just wanted to know, in a method, if i already pass through the previous
> method.

When a method is called very often and putting a halt is not useful, I
sometimes find it useful to do...
   Transcript crShow: thisContext sender printString.

cheers -ben

Reply via email to