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

[REG 3.6 -> 4.0] Can't show disassembler

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • Qt Creator 4.0.0-beta1
    • Qt Creator 4.0.0-beta1
    • Debugger
    • Windows 7 64 bit
      MSVC2013 32 bit
      cdb 6.12

      1. Have a simple program:
        #include <QCoreApplication>
        #include <QDebug>
        
        void func(){
            int s = 23;
            qDebug() << s;
        }
        
        int main(int argc, char *argv[])
        {
            QCoreApplication a(argc, argv);
            func();
            qDebug() << "Program ran forward.";
        
            return a.exec();
        }
        
      2. Place a breakpoint at the call to func().
      3. Run this in the debugger.
      4. When the debugger stopped at the breakpoint, click the "Operate by Instruction" button.
        The editor won't change.

      Instead, the disassembler view should be shown. With Creator 3.6 or even with my local build of Creator 4.0, this works correctly. With Creator installed from tonight's package, I can reproduce the problem.

        1. left.log
          0.3 kB
        2. right.log
          15 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            con Eike Ziller
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes