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. Setting Visual Studio 2015 debugger
Forum Updated to NodeBB v4.3 + New Features

Setting Visual Studio 2015 debugger

Scheduled Pinned Locked Moved Solved General and Desktop
28 Posts 7 Posters 45.5k Views 2 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.
  • Chris KawaC Offline
    Chris KawaC Offline
    Chris Kawa
    Lifetime Qt Champion
    wrote on last edited by Chris Kawa
    #2

    Hi, welcome to devnet,

    You can't use the built-in debugger of Visual Studio. You need to install a debugging engine called CDB separately.
    Download and install Windows SDK and during installation select an optional component called "debugging tools for windows". This will install CDB which you can then hook to your Qt kit in the Qt Creator.

    1 Reply Last reply
    1
    • D Offline
      D Offline
      DelNoble
      wrote on last edited by
      #3

      Thanks for the help.
      Now that I have downloaded and installed "Windows Software Development Kit (SDK) for Windows 10" from "https://dev.windows.com/en-US/downloads/windows-10-sdk", how do I hook up CDB to Qt in the Qt Creator?

      1 Reply Last reply
      0
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by
        #4

        First confirm that Qt Creator is recognizing the debugger correctly: go to Tools -> Options -> Build & Run -> Debuggers. CDB should be listed there.
        If it's there then switch to "Kits" tab, select the kit you want the debugger set for and from the Debugger combo select the newly installed CDB.

        1 Reply Last reply
        2
        • D Offline
          D Offline
          DelNoble
          wrote on last edited by
          #5

          I tried "Tools -> Options -> Build & Run -> Debuggers, but auto-detect is blank. Adding it manually would be an option I would take, but I don't know where the CDB would be located.

          1 Reply Last reply
          0
          • Chris KawaC Offline
            Chris KawaC Offline
            Chris Kawa
            Lifetime Qt Champion
            wrote on last edited by
            #6

            If you used the default location for Windows SDK it should be in C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe.
            Switch x64 to x86 for the 32bit version.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              DelNoble
              wrote on last edited by
              #7

              Thanks again for the help.
              Unfortunately this directory does not contain the CDB.
              Snip
              Volume in drive C has no label.
              Volume Serial Number is DC4F-CF6B

              Directory of C:\Program Files (x86)\Windows Kits\10\Debuggers\x64

              2015-11-09 09:20 PM <DIR> .
              2015-11-09 09:20 PM <DIR> ..
              2015-07-09 10:26 PM 1,514,688 dbghelp.dll
              2015-07-09 10:26 PM 114,368 srcsrv.dll
              2015-07-09 10:26 PM 156,864 symsrv.dll
              3 File(s) 1,785,920 bytes
              2 Dir(s) 210,909,159,424 bytes free

              1 Reply Last reply
              0
              • Chris KawaC Offline
                Chris KawaC Offline
                Chris Kawa
                Lifetime Qt Champion
                wrote on last edited by
                #8

                As I said earlier - debugging tools are an optional component of Windows SDK. Did you select it in the installer?

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  DelNoble
                  wrote on last edited by DelNoble
                  #9

                  I am 100% sure that when I first installed the SDK I "selected "debugging tools for windows" as one of the options, but nonetheless, to be 100% sure, I uninstalled the SDK and then reinstalled it. After reinstalling the SDK Qt Creator *is recognizing the debugger correctly. However, when I F5 it, I am still getting the same message. What else should I do?

                  1 Reply Last reply
                  0
                  • Chris KawaC Offline
                    Chris KawaC Offline
                    Chris Kawa
                    Lifetime Qt Champion
                    wrote on last edited by
                    #10

                    Did you add it to your kit like I mentioned (don't forget to hit apply button ;) )?

                    D 1 Reply Last reply
                    0
                    • F Offline
                      F Offline
                      Furkas
                      wrote on last edited by
                      #11

                      Hello,
                      I'm interrested in your tchat, because I have the same question. Chris, I followed your procedure, but the install of VS sdk ask nothing. As it is ths "vssdk_full" from MS, I expexted all ok. But the C:\Program Files (x86)\Windows Kits\10\ directory has no Debuggers sub dir.
                      Is there a special location for the vssdk ?

                      1 Reply Last reply
                      0
                      • Chris KawaC Offline
                        Chris KawaC Offline
                        Chris Kawa
                        Lifetime Qt Champion
                        wrote on last edited by
                        #12

                        @Furkas Visual Studio SDK is something else. It is an SDK for developing VS extensions and it does not contain "Debugging tools for Windows". We were talking about "Windows SDK", not "Visual Studio SDK". Note that Visual Studio 2015 also installs Windows SDK, but it's a stripped down version that does not have debugging tools component. To get full Windows SDK with debugging tools component use this link.

                        1 Reply Last reply
                        0
                        • Chris KawaC Chris Kawa

                          Did you add it to your kit like I mentioned (don't forget to hit apply button ;) )?

                          D Offline
                          D Offline
                          DelNoble
                          wrote on last edited by DelNoble
                          #13

                          Yes,
                          I follow and documented, with pictures, the whole installation of the Windows SDK you recommended. Then I checked "Tools -> Options -> Build & Run -> Debuggers" to make sure that Qt Creator had found the debugger and, well, yes, it did. Please have a look on the link above.
                          Thanks so much Chris.

                          1 Reply Last reply
                          0
                          • Chris KawaC Offline
                            Chris KawaC Offline
                            Chris Kawa
                            Lifetime Qt Champion
                            wrote on last edited by
                            #14

                            That's the debuggers tab. That's the first half of what I suggested.
                            I meant did you add the debugger to the kit i.e. switch to "Kits" tab, select your kit and set one of the detected debuggers there.

                            D 1 Reply Last reply
                            0
                            • Chris KawaC Chris Kawa

                              That's the debuggers tab. That's the first half of what I suggested.
                              I meant did you add the debugger to the kit i.e. switch to "Kits" tab, select your kit and set one of the detected debuggers there.

                              D Offline
                              D Offline
                              DelNoble
                              wrote on last edited by
                              #15

                              @Chris-Kawa
                              Oh, I see, yes your are right.
                              Here is what it looks like right now, is this OK?

                              1 Reply Last reply
                              0
                              • Chris KawaC Offline
                                Chris KawaC Offline
                                Chris Kawa
                                Lifetime Qt Champion
                                wrote on last edited by Chris Kawa
                                #16

                                is this OK?

                                I can't tell from that picture. Click on the kit you are using in your project. The details for it will be shown below. In there there's a "debugger" combo box. If it's empty then open it, select CDB from the list and hit apply.

                                Btw. The list there shows Qt packages compiled for VS2012 and 2013. If you're using VS2015 none of these will work correctly. You can't mix & match VS versions.

                                D 1 Reply Last reply
                                0
                                • Chris KawaC Chris Kawa

                                  is this OK?

                                  I can't tell from that picture. Click on the kit you are using in your project. The details for it will be shown below. In there there's a "debugger" combo box. If it's empty then open it, select CDB from the list and hit apply.

                                  Btw. The list there shows Qt packages compiled for VS2012 and 2013. If you're using VS2015 none of these will work correctly. You can't mix & match VS versions.

                                  D Offline
                                  D Offline
                                  DelNoble
                                  wrote on last edited by DelNoble
                                  #17
                                  • Pic00
                                    *Pic01
                                    *Pic02
                                    *Pic03
                                    *Pic4
                                    Here are the different shots that show the Kits.
                                    Thanks Chris for all the help.

                                  @Chris-Kawa

                                  F 1 Reply Last reply
                                  0
                                  • D DelNoble
                                    • Pic00
                                      *Pic01
                                      *Pic02
                                      *Pic03
                                      *Pic4
                                      Here are the different shots that show the Kits.
                                      Thanks Chris for all the help.

                                    @Chris-Kawa

                                    F Offline
                                    F Offline
                                    Furkas
                                    wrote on last edited by
                                    #18

                                    @DelNoble , @Chris Kawa
                                    More information : i'm using W7 64b, and the 2015 has no dbg under W8. I think it's the reason of my first trouble.
                                    I tried to load Windows SDK for W7, but the install failed.
                                    I retry to use Qt with minGW, (my first attempt), but I'm stucked on the debug error "do not support python scripting...".
                                    I deleted my minGW, et reloaded the latest version, carrefully installing the "mingw32_gdb_python" in the package.
                                    But as I try to configure Qt kit with this debuger, it's marqued "Not recognised" in the type. Qt then has the error "Unable to create a debugger engine if the type "No engine"".
                                    Where can I find a dbg runable with Qt and minGW, or, where can I find the information for a proper install ?
                                    Thanks

                                    jsulmJ 1 Reply Last reply
                                    0
                                    • F Furkas

                                      @DelNoble , @Chris Kawa
                                      More information : i'm using W7 64b, and the 2015 has no dbg under W8. I think it's the reason of my first trouble.
                                      I tried to load Windows SDK for W7, but the install failed.
                                      I retry to use Qt with minGW, (my first attempt), but I'm stucked on the debug error "do not support python scripting...".
                                      I deleted my minGW, et reloaded the latest version, carrefully installing the "mingw32_gdb_python" in the package.
                                      But as I try to configure Qt kit with this debuger, it's marqued "Not recognised" in the type. Qt then has the error "Unable to create a debugger engine if the type "No engine"".
                                      Where can I find a dbg runable with Qt and minGW, or, where can I find the information for a proper install ?
                                      Thanks

                                      jsulmJ Offline
                                      jsulmJ Offline
                                      jsulm
                                      Lifetime Qt Champion
                                      wrote on last edited by
                                      #19

                                      @Furkas Just install MinGW which is provided through the Qt installer.

                                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                                      1 Reply Last reply
                                      0
                                      • F Offline
                                        F Offline
                                        Furkas
                                        wrote on last edited by
                                        #20

                                        @jsulm : Don't find minGW through Qt Installer. I selected Qt Open Source in the download page. I do not plan to buy Qt.
                                        What version of Qt include the MinGW ?

                                        1 Reply Last reply
                                        0
                                        • Chris KawaC Offline
                                          Chris KawaC Offline
                                          Chris Kawa
                                          Lifetime Qt Champion
                                          wrote on last edited by
                                          #21

                                          @Furkas Please don't hijack other people threads. If you want to ask about MinGW start another thread. MinGW is provided as an all-in-the-box option in the online installer for both commercial and free licenses.

                                          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