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

Debugger displays uninitialized QString as initialized but empty

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 2.5.0
    • Debugger
    • None
    • Ubuntu 11.10
      Qt 4.8.0, 4.8.1
      g++ 4.6.1
      gdb 7.3

      1. Open simple.pro.
      2. Have a breakpoint at "BREAK_HERE" in plugin::testPlugin().
        In 2.5 branch this is line 1991.
      3. Run the project in the debugger.
        Debugger will stop at the breakpoint. The uninitialized QString name will be displayed with the value "".

      Instead, "<not accessible>" should be displayed.

      This is being found by the debugger's self-test.

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

            hjk hjk
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes