[OT] Re: [ANN] tRev's new 'decoder' now showing...video is up!
Dick Kriesel
dick.kriesel at mail.com
Tue Aug 25 19:40:58 EDT 2009
On 8/25/09 3:18 PM, "Jerry Daniels" <jerry.daniels at me.com> wrote:
> I agree TOTALLY with the request, but alas, Rev forbids it.
Hi, Jerry. Could you proceed without Rev's traceback message?
on mouseUp
put 1 into t1
put 2 into t2
checkPoint
end mouseUp
command checkPoint
set the debugcontext to line -2 of the executioncontexts
global gREVVariableWatcherValue
debugdo "revDebuggerGrabValue the variableNames"
repeat for each item tVariableName in line 2 of gREVVariableWatcherValue
debugdo "revDebuggerGrabValue" && tVariableName
put gREVVariableWatcherValue into tVariables[tVariableName]
end repeat
set the debugcontext to empty
-- ... "store the full context into a database"
breakpoint -- just so you can see tVariables[]
end checkPoint
More information about the use-livecode
mailing list