Uploaded image for project: 'VS Code Extension'
  1. VS Code Extension
  2. VSCODEEXT-251

Cannot debug qml files added with qt_add_resource()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 1.11.0
    • 1.9.0, 1.8.0
    • QML/QtQuick support
    • None

      In the current implementation of the QML debugger, only QML files added with qt_add_qml_module() are supported, because when qt_add_qml_module() is used, some QRC files are generated in the build folder. The QML debugger can then parse those files to match the virtual paths provided by the QML debugger server with the actual paths. Since qt_add_resource() doesn't generate those files in the build folder, QML files should be matched using the paths inside the QRC files passed to qt_add_resource().

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

            bencho Ben Cho
            orkun.tokdemir Orkun Tokdemir
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes