https://bugs.documentfoundation.org/show_bug.cgi?id=152466

            Bug ID: 152466
           Summary: Basic editor: The Watch isn't update during debug for
                    some array
           Product: LibreOffice
           Version: 7.5.0.0 alpha1+
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 184093
  --> https://bugs.documentfoundation.org/attachment.cgi?id=184093&action=edit
examples with no update Watch during debuging

Put to the Watch the variable 'level' and debug this macro step-by-step. 
After the line 'level(0)=p2' it will changed the information in Watch, but
after the line 'level=level(0)' it will not change the Watch.

Sub dynamArray
        dim p(2), p2(2), level as variant
        level=p
        level(0)=p2
        level=level(0)
End Sub

But if you add the variable 'level' to the Watch after the debugging the line
'level=level(0)', the it is OK. 

Version: 7.5.0.0.alpha1 (X86_64) / LibreOffice Community
Build ID: 2b4d136b65bc79a1248876160e85fab79d52d5d6
CPU threads: 8; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win
Locale: cs-CZ (cs_CZ); UI: cs-CZ
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to