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
QtWS25 Last Chance

Setting Visual Studio 2015 debugger

Scheduled Pinned Locked Moved Solved General and Desktop
28 Posts 7 Posters 45.0k 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.
  • C Offline
    C Offline
    Chris Kawa
    Lifetime Qt Champion
    wrote on 18 Nov 2015, 16:01 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
    • C Offline
      C Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on 18 Nov 2015, 16:03 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 18 Nov 2015, 17:16
      0
      • C Chris Kawa
        18 Nov 2015, 16:03

        @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 18 Nov 2015, 17:16 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
        • C Offline
          C Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on 18 Nov 2015, 17:20 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 12 Sept 2017, 06:17
          0
          • C Offline
            C Offline
            CliffTn
            wrote on 21 Oct 2016, 08:37 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 2 Feb 2017, 14:39 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
              • C Chris Kawa
                18 Nov 2015, 17:20

                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 12 Sept 2017, 06:17 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
                • C Offline
                  C Offline
                  Chris Kawa
                  Lifetime Qt Champion
                  wrote on 12 Sept 2017, 07:17 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