Debugger issues in 9.6.7 (unfolding array variables)

Paul Dupuis paul at researchware.com
Sat Apr 2 08:17:01 EDT 2022


On 4/2/2022 12:42 AM, Tom Glod via use-livecode wrote:
> Hi Folks,
>
> Today I upgraded my windows 10 LC installation to 9.6.7
> and I'm finding I cannot unfold arrays while tracing code.
> I click and nothing happens.
> Anyone else?
>

I'm on Windows 10 (Dell AMD Ryzen 5) and just tested LC 9.6.7 STABLE 
with the following button script:
on mouseUp pMouseButton
   local tArray
   put "A" into tArray[1]
   put "B" into tArray[2]
   put "C" into tArray[3]
   --
   wait 0 with messages
end mouseUp

With a debug point on the Wait statement. Clicking the button, opens the 
debugger and I can inspect the array, seeing all 3 elements, so it's 
working here for me.



More information about the use-livecode mailing list