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

LLDB debug session fails to start

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.5.0-beta1
    • Qt Creator 3.4.0
    • Debugger
    • None
    • ArchLinux 64bit
    • 39df03aba71580279b8a53320f3d1ee70ec7a44e

    Description

      QtCreator fails to start debugging session when debugging with LLDB.

      Full log is attached, but the problem seems to be in lldbbridge.py script:

      Traceback (most recent call last):
        File "<input>", line 1, in <module>
        File "/usr/share/qtcreator/debugger/lldbbridge.py", line 698, in setupInferior
          self.insertBreakpoint(bp)
        File "/usr/share/qtcreator/debugger/lldbbridge.py", line 1482, in insertBreakpoint
          bp.SetEnabled(int(args["enabled"]))
        File "/usr/lib/python2.7/site-packages/lldb/__init__.py", line 2570, in SetEnabled
          return _lldb.SBBreakpoint_SetEnabled(self, enable)
      TypeError: in method 'SBBreakpoint_SetEnabled', argument 2 of type 'bool'
      
      

      Attachments

        1. lldb.log
          14 kB
        2. lldbbridge.diff
          0.2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hjk hjk
            hweom Mikhail Balakhno
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes