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

Debugging on iOS broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • Qt Creator 3.1.0-beta
    • iOS Support
    • Mac OSX 10.8.5, Qt5.2.1 iOS (released package), Qt Creator 3.1 (beta snapshot), Xcode 5.0.2

    Description

      Steps to reproduce:

      • create a Qt Widget Application from template
      • add a QPushButton and connect the clicked() signal with a slot
      • set breakpoint into the slot for the QPushButton-click
      • start debugging (on iOS device)
      • wait for application and debugger being ready (takes a bit)
      • touch the QPushButton to trigger the signal
      • wait for the marker on the breakpoint to appear (and check the debug log that there's no more data fetching ongoing - takes some time)
      • hit 'Continue'
      • wait some time until the debugger seems to be ready again
        • instead of state 'Running' the app seems to have stopped again ('Continue' button is enabled again, state label says 'Stopped')
        • marker for location of execution is not displayed
      • hit 'Continue' again
        • state label changes to 'Resume request failed - process still running.'
        • buttons and menu items for debugger interaction are greyed out/disabled
      • touch QPushButton again
        • marker re-appears, but state label stays the same and buttons/menu items for debugging stay disabled

      Note: I cannot attach the debug log actually (it's about 17MB and max is 10MB - so I'll crop out some irrelevant stuff to get it smaller and attach it later)

      Attachments

        1. debugLogIOS.txt
          33 kB
        2. widgetTest.zip
          4 kB
        For Gerrit Dashboard: QTCREATORBUG-11580
        # Subject Branch Project Status CR V

        Activity

          People

            fawzi Fawzi Mohamed
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes