From: Fernando Rodr�guez
Subject: trace an internal function
Date: 
Message-ID: <736i8toi5c83a2eg557lnsn4ngi7glk68p@4ax.com>
Hi!

	I'm having some trouble while trying to trace a function defined with
labels. I tried plain trace and trace with the :inside keyword param, but I
still get errors. :-(  Any ideas? O:-)

TIA




//-----------------------------------------------
//	Fernando Rodriguez Romero
//
//	frr at mindless dot com
//------------------------------------------------
From: Tim Bradshaw
Subject: Re: trace an internal function
Date: 
Message-ID: <nkjr9127le8.fsf@tfeb.org>
Fernando Rodr�guez <·······@must.die> writes:

> Hi!
> 
> 	I'm having some trouble while trying to trace a function defined with
> labels. I tried plain trace and trace with the :inside keyword param, but I
> still get errors. :-(  Any ideas? O:-)
> 

I don't think there's a portable way of doing this.  So you need to
find out how (or if) you can do it in your implementation.

--tim