I suppose I could use the procedure that keeps track of the execution contexts 
to create a logging method. Anyone know what and where that procedure is? 

Bob S


> On Oct 28, 2021, at 09:26 , Bob Sneidar via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Has anyone written something that will trace the flow of a command or 
> procedure and create some kind of rudimentary flow diagram? It can be text 
> based something like: 
> 
>       stack "Main Form"
>               Openstack 
>                       setSubscriptions
>                                subGetMainData, getMainData 
>                                subSetMainGrids, setMainGrids
>                       broadcast subGetMainData
>                       broadcast subSetMainGrids
> 
> etc. 
> 
> Bob S
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to