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

Debugging on Symbian shows wrong values for QString

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • Qt Creator 2.0.1, Qt Creator 2.1.0-rc1
    • Debugger
    • Windows Vista x64

    Description

      1. Open Addressbook tutorial, part 5 from the examples shipped with Qt for Symbian
      2. Set up a Symbian device target
      3. Add these lines to main function right before line with return:
        QString test = "1";
        test = "2";
        test = "3";
        
      4. Set breakpoint on the first of these lines and start debugging on device.
      5. When breakpoint is hit, test is shown as "<not accessible>". Yes, of course, it's not initialized yet.
      6. Step over. Value of test ("1") is shown correctly in Locals and Watchers view.
      7. Step over. test is shown as "<not accessible>" again. Why this?
      8. Step over. Once again "1" is shown as value for test. Now this is wrong.

      Attachments

        1. debugger.log
          28 kB
          Robert Löhning
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jaggernod Paweł Polański
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes