Debugger Trouble!

SimPLsol at aol.com SimPLsol at aol.com
Thu Aug 25 16:43:02 EDT 2005


David,
     Depending on the script, you can also use the Message Box for pseudo 
debugging.
     In your script put something like this:

script....
put "One" & someVariableToCheck
wait 10 seconds
script...
script...
put "Two" & someOtherVariable
wait 10 seconds
script...
etc.

This puts key variables and their location in the script in the Message Box 
as the script runs. If you read faster than I do, change 10 seconds to 
something less.
Paul Looney

     



More information about the use-livecode mailing list