Musings on Architect, MVC, Nested Behaviors
Mark Wieder
ahsoftware at sonic.net
Sat Dec 29 13:38:07 EST 2018
On 12/29/18 10:27 AM, Alex Tweedly via use-livecode wrote:
> Could breakpoints also go in an LSON file ? Is there a way that a script
> can set breakpoints into a script? (i.e. not insert eh command into the
> script, but set a dynamic breakpoint like are stored in a binary-stack) ?
There is indeed. 'The breakpoints' is the list of the currently active
breakpoints, and you can manipulate that list in memory as needed. It's
a cr-separated list of long id,line number.
--
Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list