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 5.5 does not find MSVC 2012 express debugger
QtWS25 Last Chance

QT 5.5 does not find MSVC 2012 express debugger

Scheduled Pinned Locked Moved Solved General and Desktop
vs 2012
4 Posts 2 Posters 1.1k 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.
  • tkphoenixT Offline
    tkphoenixT Offline
    tkphoenix
    wrote on last edited by
    #1

    I am currently using MSVC 2012 Express with QT 5.5.1 until my MSVC 2012 Pro arrives. I can compile, build, and run programs fine but I cannot debug. The Kit indicates that it cannot find the debugger. I do not know where the debugger is located so I cannot update the Kit information manually. Does anyone know where the debugger is for MSVC 2012 Express?

    tkphoenixT 1 Reply Last reply
    0
    • tkphoenixT tkphoenix

      I am currently using MSVC 2012 Express with QT 5.5.1 until my MSVC 2012 Pro arrives. I can compile, build, and run programs fine but I cannot debug. The Kit indicates that it cannot find the debugger. I do not know where the debugger is located so I cannot update the Kit information manually. Does anyone know where the debugger is for MSVC 2012 Express?

      tkphoenixT Offline
      tkphoenixT Offline
      tkphoenix
      wrote on last edited by
      #2

      I forgot to mention that I am running Windows 7 64 bit.

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

        Hi and welcome.

        You can't use the built-in Visual Studio debugger. You need to install it separately. It's part of the Windows SDK.
        You can download it from here.
        It's pretty big by default and has a lot of stuff you don't need, so make sure you uncheck everything except for "Debugging tools for windows" when asked to select components. After that restart Qt Creator and it should pick it up automatically.

        tkphoenixT 1 Reply Last reply
        2
        • Chris KawaC Chris Kawa

          Hi and welcome.

          You can't use the built-in Visual Studio debugger. You need to install it separately. It's part of the Windows SDK.
          You can download it from here.
          It's pretty big by default and has a lot of stuff you don't need, so make sure you uncheck everything except for "Debugging tools for windows" when asked to select components. After that restart Qt Creator and it should pick it up automatically.

          tkphoenixT Offline
          tkphoenixT Offline
          tkphoenix
          wrote on last edited by
          #4

          Thank you for the quick response. The downloaded SDK resolved the debugger issue.

          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