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

Extra Debugging Helpers not loaded

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 4.5.1
    • Debugger
    • None
    • Windows

    Description

      In options: Debugger -> Locals & Expressions:

      If I add a .py file in extra debugging Helpers, then it is not loaded.

      It seems like 

      addDumperModule (as found in dumpers.py) should call self.setupDumpers() at the end of the function, if it does, everything works fine.

       

      For anyone else hitting this before it is fixed, here is a workaround:
      In Debugging Helper Customization add code like this:

      theDumper = Dumper()
      theDumper.loadDumpers(None)
      theDumper.addDumperModule({"path":"C:/.../MyTypes.py"})
      theDumper.setupDumpers()

      Obviously, fix the path to where your file is.

      Attachments

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

        Activity

          People

            hjk hjk
            blackie Jesper K. Pedersen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes