local variable being reset from outside of script

J. Landman Gay jacque at hyperactivesw.com
Sat Jun 20 14:42:25 EDT 2015


On 6/20/2015 1:00 PM, Dr. Hawkins wrote:
> The single-stepper simply didn't bother to follow code into the closeField
> handler in the same script.

A closefield handler won't be called while stepping through a different 
handler, it's an independent message (unless your handler specifically 
calls "closefield" itself.) You need to set a breakpoint within the 
closefield handler. All LC event messages work that way.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list