Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to get QT's Debug information in msvc Vs2015?
Qt 6.11 is out! See what's new in the release blog

How to get QT's Debug information in msvc Vs2015?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 731 Views 1 Watching
  • 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.
  • Puppy BearP Offline
    Puppy BearP Offline
    Puppy Bear
    wrote on last edited by
    #1

    Hi, I'm using Qt5.9.3 and vs2015 right here,
    I have connected qt to vs with setting the compiler and qt5core.pdb, then I tried to change the subwindow to console with vs, I could receive the warning of connect not set correctly.
    However there's still not much information while my Qt program breaks while I'm trying to set up a qrubberband(any other errors have the same problem).
    ![665ca3f3-7206-4f3d-8e60-b47ec34f1c91-ZZ5X4XCCX8Q(BQK0GWAWDG.png

    This pic is all I have while my program breaks due to qrubberbands.
    ![a05c969b-4479-41fa-91bc-27c42a54fc8e-(BZZIY3CH_$PUPD0TV}7Z8.png
    When my program breaks, this is all I have right now.
    What am I missing to set up qt5 to get debug information? Or maybe I should transfer vs project to Qt project?

    By the way how am I able to force a qrubberband to stay inside a qlabel?

    something like mouseMoveEvent( endpoint restricted inside the range of qlabel?)

    Puppy BearP 1 Reply Last reply
    0
    • Puppy BearP Puppy Bear

      Hi, I'm using Qt5.9.3 and vs2015 right here,
      I have connected qt to vs with setting the compiler and qt5core.pdb, then I tried to change the subwindow to console with vs, I could receive the warning of connect not set correctly.
      However there's still not much information while my Qt program breaks while I'm trying to set up a qrubberband(any other errors have the same problem).
      ![665ca3f3-7206-4f3d-8e60-b47ec34f1c91-ZZ5X4XCCX8Q(BQK0GWAWDG.png

      This pic is all I have while my program breaks due to qrubberbands.
      ![a05c969b-4479-41fa-91bc-27c42a54fc8e-(BZZIY3CH_$PUPD0TV}7Z8.png
      When my program breaks, this is all I have right now.
      What am I missing to set up qt5 to get debug information? Or maybe I should transfer vs project to Qt project?

      By the way how am I able to force a qrubberband to stay inside a qlabel?

      something like mouseMoveEvent( endpoint restricted inside the range of qlabel?)

      Puppy BearP Offline
      Puppy BearP Offline
      Puppy Bear
      wrote on last edited by
      #2

      @Puppy-Bear I'm now showing camera's frame by opencv's capture in multi-thread and then transfer the qimage to pixmap with showing them on qlabel, There's some kind of delay , is this the correct way of showing a camera's frame?

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        It depends.

        Unless you need some special processing done by OpenCV you might want to consider using the QtMultimedia module.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        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