Message Tracer
    Bob Sneidar 
    bobsneidar at iotecdigital.com
       
    Thu Oct 28 13:04:03 EDT 2021
    
    
  
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 at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
    
    
More information about the use-livecode
mailing list