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.3k 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.
  • 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
          • Chris KawaC Offline
            Chris KawaC Offline
            Chris Kawa
            Lifetime Qt Champion
            wrote on last edited by
            #22

            @DelNoble The kits without exclamation marks look ok. The other two are missing a debugger (again - see the "Debugger" combo in their properties). For those just select a debugger from that combo and you should be good to go.

            D 1 Reply Last reply
            0
            • Chris KawaC Chris Kawa

              @DelNoble The kits without exclamation marks look ok. The other two are missing a debugger (again - see the "Debugger" combo in their properties). For those just select a debugger from that combo and you should be good to go.

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

              @Chris-Kawa
              Thank you Chris, it is working now. A thousand thanks and keep up the good work Chris... you're the man!!

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

                I'm glad I could help. If your problem is solved please mark the thread as solved from the "Topic Tools" button menu.

                A 1 Reply Last reply
                0
                • C Offline
                  C Offline
                  CliffTn
                  wrote on last edited by
                  #25

                  I read the post and all is ok,
                  Many thank Chris.

                  1 Reply Last reply
                  0
                  • P Offline
                    P Offline
                    philip.bonev
                    wrote on last edited by
                    #26

                    I am writing this for future reference.

                    Visual Studio 2015 installs Window SDK without debugger. You cannot change how it is installed at the moment of installation.
                    After installation you have to go to "Control Panel"->"Programs & Features" and select installed "Windows Software Development Kit". Then change the install to include debugger.

                    1 Reply Last reply
                    6
                    • Chris KawaC Chris Kawa

                      I'm glad I could help. If your problem is solved please mark the thread as solved from the "Topic Tools" button menu.

                      A Offline
                      A Offline
                      Arqam
                      wrote on last edited by
                      #27

                      @Chris-Kawa When we selected the Debugger in Kits tab, we also have to select the compiler.

                      Right now I am getting 4 options for compilers :
                      0_1505197233158_CaptureNew.JPG
                      Which compiler should I choose in this case?

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

                        Which compiler should I choose in this case?

                        Depends on what case that is. These are C and C++ compilers:
                        x86 - 32bit compiler producing 32bit binaries
                        amd64 - 64bit compiler producing 64bit binaries
                        amd64_x86 - 64bit cross-compiler producing 32bit binaries
                        x86_amd64 - 32bit cross-compiler producing 64bit binaries

                        Choose the one you want for your project.

                        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