- The stack that caches object scripts is not being cleaned up properly between debugging sessions. This would mean that you would see the old script but what would be executing would be the new script. One way to test this might be to move a breakpoint statement from one line to another and see what line is highlighted in the debugger.

This is my vote for what is happening. I have noticed numerous times that stepping through lines I could see things happening in the standalone that were NOT the highlited line of code in the script editor at the time. For instance, a blank line (for readability of code) would execute some other line of code that was now 2 lines down due to a recent change in the script.

--Andrew Bell


_______________________________________________
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

Reply via email to