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. Qt debug info with Online installer on Windows
Forum Updated to NodeBB v4.3 + New Features

Qt debug info with Online installer on Windows

Scheduled Pinned Locked Moved Solved General and Desktop
14 Posts 4 Posters 2.5k Views 3 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.
  • Q Offline
    Q Offline
    qtProgrammer
    wrote on last edited by qtProgrammer
    #1

    Hello,
    When i install Qt, does it come with debug info.?
    I want to debug into Qt sources but i'm not sure if i have to compile the sources to get this info or can i get it from the installation itself.?

    Thanks in advance for any help

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

      Hi,

      What version of Qt would you like to debug and which 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
      • Q Offline
        Q Offline
        qtProgrammer
        wrote on last edited by
        #3

        QT 5.8.
        I need QtCore, QtGUI and QtWidgets modules.
        But i'd like to see the full call stack. So i don't mind having all modules debug info.

        Thanks for your response.

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

          What OS are you running ?

          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
          • E Offline
            E Offline
            Eeli K
            wrote on last edited by
            #5

            On Windows it has debug libraries (library name + d) installed, they are used with Debug builds of your project. On Linux you may have to install debug info with the package manager of your system (search for "debug info" + your distro name). If you use the Linux installer provided by Qt, I don't know - I didn't find debug info with a quick glance.

            1 Reply Last reply
            0
            • Q qtProgrammer

              QT 5.8.
              I need QtCore, QtGUI and QtWidgets modules.
              But i'd like to see the full call stack. So i don't mind having all modules debug info.

              Thanks for your response.

              kshegunovK Offline
              kshegunovK Offline
              kshegunov
              Moderators
              wrote on last edited by
              #6

              Also do tell how you install Qt (along with what OS you're developing on).

              Read and abide by the Qt Code of Conduct

              1 Reply Last reply
              0
              • Q Offline
                Q Offline
                qtProgrammer
                wrote on last edited by
                #7

                Thank you for all your responses,

                I'm on windows and i'm trying to install from the online installer. Can i download all the sources (and debug info) by checking the Sources check box from the installer.?

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

                  Then you have everything at hand. Both the debug and release libraries are installed and you get the matching sources.

                  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
                  1
                  • Q qtProgrammer

                    Thank you for all your responses,

                    I'm on windows and i'm trying to install from the online installer. Can i download all the sources (and debug info) by checking the Sources check box from the installer.?

                    E Offline
                    E Offline
                    Eeli K
                    wrote on last edited by
                    #9

                    @qtProgrammer You don't need the Source, only the binary for the compiler you will use. Source is just what it says, the uncompiled source code of Qt. The source package is big and compiling Qt takes probably half a day or a day, don't do it if you don't need/want to.

                    kshegunovK 1 Reply Last reply
                    0
                    • E Eeli K

                      @qtProgrammer You don't need the Source, only the binary for the compiler you will use. Source is just what it says, the uncompiled source code of Qt. The source package is big and compiling Qt takes probably half a day or a day, don't do it if you don't need/want to.

                      kshegunovK Offline
                      kshegunovK Offline
                      kshegunov
                      Moderators
                      wrote on last edited by
                      #10

                      @Eeli-K said in Qt debug info:

                      compiling Qt takes probably half a day or a day

                      The three mentioned modules take less than an hour to build (I think about 10 mins per module) and I'm pretty sure my computer isn't top line ...

                      Read and abide by the Qt Code of Conduct

                      E 1 Reply Last reply
                      0
                      • kshegunovK kshegunov

                        @Eeli-K said in Qt debug info:

                        compiling Qt takes probably half a day or a day

                        The three mentioned modules take less than an hour to build (I think about 10 mins per module) and I'm pretty sure my computer isn't top line ...

                        E Offline
                        E Offline
                        Eeli K
                        wrote on last edited by
                        #11

                        @kshegunov said in Qt debug info:

                        The three mentioned modules take less than an hour to build (I think about 10 mins per module) and I'm pretty sure my computer isn't top line ...

                        But without prior knowledge finding out how to compile only those three takes half a day... :)

                        kshegunovK 1 Reply Last reply
                        0
                        • E Eeli K

                          @kshegunov said in Qt debug info:

                          The three mentioned modules take less than an hour to build (I think about 10 mins per module) and I'm pretty sure my computer isn't top line ...

                          But without prior knowledge finding out how to compile only those three takes half a day... :)

                          kshegunovK Offline
                          kshegunovK Offline
                          kshegunov
                          Moderators
                          wrote on last edited by
                          #12

                          @Eeli-K said in Qt debug info:

                          But without prior knowledge finding out how to compile only those three takes half a day... :)

                          Oh, you meant to include that time too, okay, I concede. :)

                          Read and abide by the Qt Code of Conduct

                          1 Reply Last reply
                          0
                          • Q Offline
                            Q Offline
                            qtProgrammer
                            wrote on last edited by
                            #13

                            Thank you @SGaist @Eeli-K @kshegunov for your responses.
                            I also need Qt sources so that i can debug into them.

                            I'll go ahead & install QT from an online installer.
                            Thanks again

                            E 1 Reply Last reply
                            0
                            • Q qtProgrammer

                              Thank you @SGaist @Eeli-K @kshegunov for your responses.
                              I also need Qt sources so that i can debug into them.

                              I'll go ahead & install QT from an online installer.
                              Thanks again

                              E Offline
                              E Offline
                              Eeli K
                              wrote on last edited by
                              #14

                              @qtProgrammer said in Qt debug info with Online installer on Windows:

                              I also need Qt sources so that i can debug into them.

                              Ah, of course.

                              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