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

Use local socket connection for QML debugger

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 4.6.0-beta1, Qt Creator 4.7.0-beta1
    • None

    Description

      We have a local socket connection that the QML profiler already uses to connect to the application when running locally. There are several benefits to this:

      1. We save the TCP overhead
      2. The connection works the other way around, so that we don't have to wait for the application to open a server and coordinate the port selection.
      3. Using the proper abstraction would allow us to add more connection mechanisms, without huge changes to the debugger code.

      We should use QmlDebugConnectionManager also for the debugger.

      Attachments

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

        Activity

          People

            hjk hjk
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes