On Fri, Oct 12, 2001 at 03:08:46PM +0200, Raphael Mack wrote:
> Hello,
> 
> is there a possibility to find out where a method has been called? 
> Something like the information given by an exception.

In the method add a call to Thread.dumpStack(); and you'll see the
calling stack.

regards,
-- 
Sylvain.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to