Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
2.9.1 (rev.06)
-
None
-
qt5.13.2+VS2022
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?