Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-8825 LLDB debugger does not work
  3. QTCREATORBUG-11597

Execution marker behaves different when interrupting (compared to gdb)

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.3.0
    • Debugger
    • Mac OSX 10.8.5, Xcode 5.0.2, lldb-300.2.51, Qt Creator 3.1 beta snapshot

    • 5a40951563c0bbc6a0d2c3356c6e7fb663925518

    Description

      Steps to reproduce:

      • create Qt Widget Application
      • build it and start debugging
      • when application is up and running hit 'Interrupt'

      Current behavior:

      • backtrace is listed correct
      • execution marker points to the first entry of the backtrace (which is unreachable code)

      Expected behavior (as it is when using gdb):

      • execution marker points to the line 'return a.exec();' in main.cpp (this would be the first line inside the backtrace which would be printed in black instead of grey)

      Attachments

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

        Activity

          People

            hjk hjk
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes