Re: breakpoint on parameter

2017-05-24 Thread Quentin Long via use-livecode
sez "J. Landman Gay" : | On 5/23/17 10:36 AM, Matt Maier via use-livecode wrote: | > I want to find out which parts of my code are making changes to a control's | > parameter. Specifically, I've got an arrow that I want to be black, and it | > is black when it's created,

Re: breakpoint on parameter

2017-05-24 Thread Mark Wieder via use-livecode
On 05/24/2017 08:23 AM, Mark Waddingham via use-livecode wrote: Right now, though there might be a way in the IDE by using an IDE mechanism - the IDE has an API allowing an object to subscribe to a message when any properties of that object change: revIDESubscribe "idePropertyChanged",

Re: breakpoint on parameter

2017-05-24 Thread Mark Waddingham via use-livecode
On 2017-05-23 17:45, Richard Gaskin via use-livecode wrote: Matt Maier wrote: I want to find out which parts of my code are making changes to a control's parameter. Specifically, I've got an arrow that I want to be black, and it is black when it's created, but then it turns gray. I can't find

Re: breakpoint on parameter

2017-05-24 Thread Mark Waddingham via use-livecode
On 2017-05-23 17:57, Mark Wieder via use-livecode wrote: On 05/23/2017 08:45 AM, Richard Gaskin via use-livecode wrote: There's a request to allow getProp and setProp for built-in object properties: http://quality.livecode.com/show_bug.cgi?id=3126 ...and it's from 2005, rev version 2.6...

Re: breakpoint on parameter

2017-05-23 Thread Dr. Hawkins via use-livecode
On Tue, May 23, 2017 at 3:39 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > (There are ways to break when certain variables change but that's > different.) Has that bug ever been fixed? I never found the IDE crashing a useful way to debug :) -- Dr. Richard E.

Re: breakpoint on parameter

2017-05-23 Thread J. Landman Gay via use-livecode
On 5/23/17 10:36 AM, Matt Maier via use-livecode wrote: I want to find out which parts of my code are making changes to a control's parameter. Specifically, I've got an arrow that I want to be black, and it is black when it's created, but then it turns gray. I can't find the script that's

Re: breakpoint on parameter

2017-05-23 Thread Mark Wieder via use-livecode
On 05/23/2017 08:45 AM, Richard Gaskin via use-livecode wrote: There's a request to allow getProp and setProp for built-in object properties: http://quality.livecode.com/show_bug.cgi?id=3126 ...and it's from 2005, rev version 2.6... -- Mark Wieder ahsoftw...@gmail.com

Re: breakpoint on parameter

2017-05-23 Thread Richard Gaskin via use-livecode
Matt Maier wrote: > I want to find out which parts of my code are making changes to a > control's parameter. Specifically, I've got an arrow that I want > to be black, and it is black when it's created, but then it turns > gray. I can't find the script that's turning it gray. > > I don't know

breakpoint on parameter

2017-05-23 Thread Matt Maier via use-livecode
I want to find out which parts of my code are making changes to a control's parameter. Specifically, I've got an arrow that I want to be black, and it is black when it's created, but then it turns gray. I can't find the script that's turning it gray. I don't know where to put a breakpoint in the