Never mind little red dots; it's skipping multiple breakpoints now

My button has the ever-so-complicated script of

openDebtor "local"

That script begins with

on openDebtor host
   answer "in opendebtor"
   breakpoint
   breakpoint
   answer "still in opendebtor"
   put 7
   breakpoint

It skips past all of these breakpoints, enters the alternative of an IF,
and proceeds to an "answer file"

Usually, putting an answer before a breakpoint beats the IDE, but not this
time . . .
-- 
Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
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