Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Breakpoints with custom debug build

Breakpoints with custom debug build

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 230 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pets
    wrote on last edited by pets
    #1

    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,

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved