Reliability of setProp/getProp

Mark Schonewille m.schonewille at economy-x-talk.com
Sun Jan 15 09:35:32 EST 2012


Hi Mike,

The debugger is not reliable to begin with, but there might be a valid reason why you can't set a breakpoint, e.g. because that line is commented out.

I don't understand "but I can add put statements... NOT in the getProp/setProp handlers". What do you mean?

It is possible that you have a character in your script that messes things up, e.g. a NULL character or a return (rather than linefeed) character. Set the script to empty and retype. Don't copy-paste. You might also use a hex editor to find such characters and tools like BBEdit and TextWrangler allow you to see invisible characters.

Surely, stacks can get corrupted, but I have seen this happen only once during the past few years. The reason was that the stack was moved from Windows to Mac and opened, while text fields and scripts were somehow not re-encoded.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Become our partner in sales http://qery.us/1bq Start selling Color Converter today. 20% commission!

On 15 jan 2012, at 15:01, Michael Doub wrote:

> I have a group "Pointer" that is made of 2 graphic objects.  Within the script of group "Pointer", I have:
> 
> setprop thecolor newcolor
> getProp thecolor 
> setprop finger newloc
> 
> I am not using them to set any persistent state but to control the color and location of the object itself.
> 
> When this behaviour starts, I am not able to set a breakpoints,  but I can add put statements and that handlers are getting called, but NOT in the getProp/setProp handlers.   This app has been working for sometime now until I started making changes in totally unrelated areas of the code.   I have gone back to the original working version twice now, trying to carefully make changes and testing trying to isolate what introduces the problem.
> 
> I have also noticed that the debugger is off by several lines if you try single stepping.   Can stacks get corrupted?  
> 
> -= Mike





More information about the use-livecode mailing list