Remote Debugger Anomalies

andrew at midwestcoastmedia.com andrew at midwestcoastmedia.com
Thu Sep 13 09:42:15 EDT 2018


> - 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





More information about the use-livecode mailing list