Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt 5.2 visual studio 2012 debugging problem

    Installation and Deployment
    4
    6
    7046
    Loading More Posts
    • 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.
    • E
      erfan71 last edited by

      Hi, I download and install Qt 5.2 for Visual studio 2012 , and run the qt creator
      but system can't detect any debugger ( system detect compiler [microsoft visual c++ compiler 11] )
      how can i manually set debugger in my system ?

      i have visual studio 2012 ultimate and Windows 8.1 64 bit.
      thanks.

      1 Reply Last reply Reply Quote 0
      • H
        hesamatashipour last edited by

        hi
        in Qt creator you can go to Tool --> Option and then select "Build & Run" in the left menu.then go to "Kits" tab and there you can add your Debugger.

        "Trust" is a Scarce concept in this World.

        1 Reply Last reply Reply Quote 0
        • E
          erfan71 last edited by

          i know it , but i don't now what is the name of MSVC debugger and I don't now Where it is . ( the addres of debugger? )
          i install my visual studio in "E:\Programs Files\Visual Studio 2012"

          1 Reply Last reply Reply Quote 0
          • S
            serg675 last edited by

            MSVC doesn't have standalone debugger. You have to install "Windows 8.1 SDK":http://msdn.microsoft.com/en-us/windows/desktop/bg162891 (at least debugger part) . And then you will find debugger here "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\cdb.exe"

            1 Reply Last reply Reply Quote 0
            • E
              erfan71 last edited by

              T
              [quote author="serg675" date="1387948405"]MSVC doesn't have standalone debugger. You have to install "Windows 8.1 SDK":http://msdn.microsoft.com/en-us/windows/desktop/bg162891 (at least debugger part) . And then you will find debugger here "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\cdb.exe"[/quote]

              That works !!~
              Very very very Thank you :)

              1 Reply Last reply Reply Quote 0
              • M
                Magnolia3 last edited by

                I have the same problem - except the debugger selector is grayed out - no way to select cdb.exe.

                Any suggestions?

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post