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

Android: Removal of breakpoint makes debugging fail if this location is hit again

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • Qt Creator 4.2.1
    • Android Support
    • OSX 10.10, QC 4.2 latest snapshot (SHA:24ae8e0491), Kit: Qt5.7.0 for Android, NDK r10e, SDK Tools: 24.4.1, SDK Platform Tools: 23.0.1, Android: 7.1.1 (API 25)

    Description

      Steps to reproduce:

      • have an Android device connected and setup to be able to run/debug
      • create Qt Widget App, assign an Kit supporting Qt/Android
      • inside the ui file add a QPushButton, and add a connection from the clicked signal to a function with some code (I've just used some qDebug output there)
      • place a breakpoint into the added function
      • start debugging
      • trigger the breakpoint ("click" the button on the device)
      • after having stopped at the breakpoint, remove it
      • "click" the button again

      Current result:

      • debugger seems to try to hit the breakpoint again, message box regarding SIGTRAP on the inferior comes up
      • cannot continue debugging

      Note: Seems also happen (a bit differently, but almost the same result) when removing the breakpoint and re-adding it before proceeding.

      Attachments

        Issue Links

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

          Activity

            People

              vikas Vikas Pachdha
              cstenger Christian Stenger
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes