On Tue, Sep 6, 2016 at 9:27 PM, J. Landman Gay <jac...@hyperactivesw.com>
wrote:

> What I usually do is put a breakpoint dot on the line right below the one
> that doesn't trigger so it will break immediately afterward.


I've generally rested to surrounding breakpoints with if, as the
conditional rarely triggers on a pcd.

I've also found that pcd rarely trigger unless the script in which they
occur have actually been in the tab open for editing, and possibly need an
action taken (clicking is enough).  A pcd whose script was opened for
editing by another script and has never been "visited" will *never* trigger.

Even an explicit breakpoint will not trigger if no "idea" has been hit, so
when I need to debug startup code, it's


answer "stopping";breakpoint


as without the "answer", it blows right past.

Like the Pirate Code, the IDE sees breakpoints of any sort as merely
advisory, rather than binding, thus "pirate code dots'"
-- 
Dr. 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