Setting conditional breakpoints

Tom Glod tom at makeshyft.com
Fri Jun 21 18:56:18 EDT 2019


well it can be done just have a handler that checks the condition every x
milliseconds....if true ...breakpoint......if false....resend message.

On Fri, Jun 21, 2019 at 6:46 PM Bob Sneidar via use-livecode <
use-livecode at lists.runrev.com> wrote:

> OK looks like setting a breakpoint on a property change like the visible
> of a stack can't be done. Might be a nice addition though. Let's say you
> have a custom property that keeps getting corrupted (by which I mean it
> contains bad data) and you want to catch it in the act. Wouldn't it be nice
> to be able to set a breakpoint for a property like you can for a variable?
>
> I'll file an enhancement request.
>
> Bob S
>
>
> > On Jun 21, 2019, at 15:32 , Bob Sneidar via use-livecode <
> use-livecode at lists.runrev.com> wrote:
> >
> > In the breakpoints tab of the script editor, if you right click the
> lower pane, you can create conditional breakpoints. For instance if the
> value of a variable is something. I have never gotten them to work, and I
> find I am needing this more and more.
> >
> > Bob S
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list