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. no debugger set up...

no debugger set up...

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 1.9k 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.
  • J Offline
    J Offline
    jdent
    wrote on last edited by
    #1

    Unknown debugger type "No engine" appears when I try to debug...

    I am in Windows and successfully compile with Visual Studio 2015 update 2 compiler from within QtCreator but when trying to debug I get that error..

    Where do I set this?

    Regards,
    Juan

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jdent
      wrote on last edited by
      #2

      which executable should I choose?

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        You need to install Visual Studio's debugging tools

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

          Visual Studio debugger can't be accessed from QtCreator. You need to install CDB separately.
          If you already have VS2015 installed you can do this by going to add/remove programs, right clicking on "Windows Software Development Kit", and selecting "Modify". When the installer runs select "Change" and then on the component selection page mark "Debugging Tools For Windows" and hit "Change" to finish installation. This will install the debugging components and Qt Creator will pick it up automatically.

          If after that you still can't debug open Qt Creator and go to Tools->Options->Build&Run->Debuggers tab and make sure CDB is listed there. Then go to the Kits tab, select your kit from the list and make sure it has a debugger selected. If not then select it from the combo and you should be good to go.

          1 Reply Last reply
          3

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved