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

documentation for putCallItem() uses wrong arguments

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 9.0.0
    • Qt Creator 8.0.2, Qt Creator 9.0.0-rc1
    • Documentation
    • None
    • All
    • d44a62d588 (qt-creator/qt-creator/9.0) d44a62d588 (qt-creator/qt-creator/master)

    Description

      "Using Debugging Helpers]" shows

      putCallItem(self, name, value, func, *args) - Uses the native debugger backend to place the function call func on the value specified by value and output the resulting item

       

      However the signature for the real implementation of putCallItem() as found in dumper.py looks like this:

      def putCallItem(self, name, rettype, value, func, *args):

       

      So "rettype" is missing.

       

      https://doc-snapshots.qt.io/qtcreator-9.0/creator-debugging-helpers.html#dumper-class

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            leenam Leena Miettinen
            mkoller Martin Koller
            hjk hjk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes