On 6/20/2015 1:42 PM, J. Landman Gay wrote:
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.


I misphrased that. I meant that you can't step into an independent event message handler while tracing a different one. The closefield will be sent of course; it just isn't related to the handler you're currently tracing.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to