https://bugs.freedesktop.org/show_bug.cgi?id=43492

             Bug #: 43492
           Summary: Watch function of user defined type displays only
                    first child variable
    Classification: Unclassified
           Product: LibreOffice
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
        AssignedTo: [email protected]
        ReportedBy: [email protected]


As in example:

Type configDataElement
'The types will be defined As: String, Element
    elementName    As    String
    elementString    As    String
End Type

sub main
dim a As configDataElement
a.elementName = "xdafsdsf"
a.elementString = "something else"
End sub

Now start program debugging.
And add variable a into watch.
In the watch you can see only the child called elementName, and nothing else.
It is wrong. For simple type it is not so annoying, but when user define more
complicated type (even with trees), then it is very annoying if you cannot see
what is stored in the variables.


The bug still persists in 3.5.0.0 beta

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to