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

Trying to "Step into" steps out

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt Creator 3.4.2
    • Qt Creator 2.8.0-rc
    • Debugger
    • Windows 7 64 bit
      MSVC2010
    • f5ba484fbef2da53b4af3ec100454f89da7d8f21

      1. Install Qt 5.1 RC for MSVC2010 including sources.
      2. Open a project which includes the following lines (taken from qbytearray::testQByteArray1() in tests\manual\debugger\simple\simple_test_app.cpp) and configure it with a kit using the Qt version from step 1:
        QByteArray ba;
        ba += "Hello";
        
      3. Set a breakpoint in the second line and let the debugger run up to there.
      4. Try to step into QByteArray::operator+=.
        Creator will step out.

      Creator should step into the function. If this is not possible for some reason, it should just step over, not out.

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

            davschul David Schulz
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes