Debugging Mousy Scripts
Jerry Balzano
gjbalzano at ucsd.edu
Sat Apr 16 15:09:33 EDT 2005
Thanks for your replies on this, Dar & Richard. Dar, could you say a
little more about the "log" command here? I'm not sure I fully
understand it from your somewhat compressed description. Are you,
e.g., altering (or creating certain message handlers (e.g. newGroup,
mouseEnter, etc) so they can "document" their occurrence? Is this a
kind of "fine-tuned" message watcher you're in essence writing?
Jerry
On Apr 15, 2005, at 3:13 PM, Dar Scott wrote:
>
> On Apr 15, 2005, at 3:53 PM, Richard Gaskin wrote:
>
>>> I am having a devil of a time with debugging a set of handlers that
>>> do a variety of intricate things on mouseMove and mouseWithin. How
>>> do the Experts debug these sorts of beasts?
>>
>> I use a lot of "put" statements.
>
> Me, too. One can also make a log command that you can embellish as
> needed to, say, include ms since the last event, combine a series of
> events and so on. If writing to the message box or a test field
> interferes too much, I write to a global and then dump that to a
> field. If the log needs to be realtime, include unlock screen.
>
> Dar Scott
> A pig's gotta fly.
>
>
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list