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 ahsoftw...@gmail.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