Message Tracer

Bob Sneidar bobsneidar at iotecdigital.com
Fri Oct 29 18:50:33 EDT 2021


Oh that's right I knew about this! Do I keep asking the same questions over and over? ;-|

Bob S


> On Oct 29, 2021, at 09:28 , Richard Gaskin via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Bob Sneidar 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.
> 
> Yes. 4W Flight Recorder provides a display for logging messages and subsequent handler calls, indented for readability and with relative performance metrics.
> 
> Double-clicking a line in the display opens the script where that handler is defined, and the list can also be saved to a file.
> 
> Bonus: messages logged can be filtered, with preset filters for IDE and other tools.
> 
> You can download 4W Flight Recorder from within the Stacks section of LiveNet, or directly at this URL:
> http://fourthworld.net/revnet/devolution/4W_FlightRecorder.livecode.gz
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> ____________________________________________________________________
> Ambassador at FourthWorld.com                http://www.FourthWorld.com
> 
> 
> 
> _______________________________________________
> 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