Breakpoints with custom debug build
-
Hello,
I have created a custom Qt build using these commands (the current branch is Qt 5.12):
git clone git://code.qt.io/qt/qt5.git cd qt5 perl init-repository configure -xplatform winrt-x86-msvc2015 -debug -nomake examples -nomake tests -opensource -confirm-license -skip qtcanvas3d -skip qtdatavis3d -skip qtwebengine -skip qtactiveqt -skip qtgamepad -skip qtserialbus -skip qtvirtualkeyboard -skip qtwayland -skip qt3d -developer-build
Now when I start a Qt app from Visual Studio then execution is stopped at breakpoints in the Qt library source code (which I never set) almost every user interface interaction. Is there a special flag to prevent these annoying break points from popping up?
Regards,