Musings on Architect, MVC, Nested Behaviors

Mark Wieder ahsoftware at sonic.net
Thu Dec 27 16:37:25 EST 2018


On 12/27/18 10:21 AM, J. Landman Gay via use-livecode wrote:

> I've heard you can insert hard-coded breakpoint commands in the script 
> instead but I haven't tried that yet. (Then you need to track them down 
> and remove them when they are no longer needed.)

If you don't have remote debugging enabled then hard-coded breakpoints 
in a standalone app should have (almost) no effect. The mechanism in the 
engine that triggers breaks will fire, but if nothing is there to catch 
it then execution will continue as if nothing happened.

That said, it's probably good practice to remove them before shipping 
anyway because of the Law of Unintended Consequences.

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list