On Sun, Oct 4, 2015 at 2:46 AM, Charles Warwick < [email protected]> wrote:
> I just tried to reproduce that one myself in LC 7.1.0 and LC 8.0 DP5, but > the breakpoint was > triggered every time without requiring an answer dialog. > > Do you have a simple example stack I could try? > I just uploaded it. This is the script of the stack; *on* preOpenStack *local* a, b, c *put* 3 into a *put* 4 into b *add* 6 to b *put* a+b into c *breakpoint* *answer* "nyah, nyah!" & cr & cr & "I passed the breakpoint!" *put* a, b, c *end* preOpenStack There's a PCD at line 5, and it's ignored, too. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
