Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-19597

Add information about getting to the base instance of the object in the debugger helper

    XMLWordPrintable

Details

    • 8d7b548d9ea0e0b2579e2901ed2ab2cfa59b693d

    Description

      Add information about getting to the base instance of the object in the debugger helper. Either this can be done with a Value.base() function (if this gets added) or the following example can be used:

      def qdump__A(d, value):
         t = value.members(True)[0].type
         dptr, base_v = value.split('p{%s}' % t.name)
         d.putItem(base_v)
      

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-19597
        # Subject Branch Project Status CR V

        Activity

          People

            leenam Leena Miettinen
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes