Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-1139

QSerialPortInfo::availablePorts fault

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • 2.9.1 (rev.06)
    • General
    • None
    • qt5.13.2+VS2022
    • Windows

    Description

      Error when I use vs2022+2.9.1.06 version plug-in + qt5.13.2 Times has executed breakpoint instruction (_ _ debugbreak () statement or similar call) in EFocus_Manager.exe, but there is no problem with VS2019+3.0.2 version plug-in + qt5.13.2

      The following is the code

              QList<QSerialPortInfo> serialList = QSerialPortInfo::availablePorts();
              m_ui.comboBox_port->clear();
              for (auto& var : serialList)
                  m_ui.comboBox_port->addItem(var.portName());

      What is the most suitable plug-in version for VS2022+qt5.13.2?

      Attachments

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

        Activity

          People

            mecfc Miguel Costa
            nangongyunyi 华峰 李
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes