In QT engine how to "Unable to create a debugging engine"?
-
I am using QT 5.10.1. When i am trying to debug my code. At, that time i am getting this one error "Unable to create a debugging engine. Please select a Debugger Setting from the Run page of the project mode".
Please help me how to remove this error.
-
@amarism said in In QT engine how to "Unable to create a debugging engine"?:
@Ratzz where we will get debugger
https://developer.microsoft.com/en-us/windows/downloads
You want the "Developer's tools" (where
cdb
is) and probably the SDK (for headers and libraries). -
Okay, that's good. It's been some time since I've set up a windows environment, but bear with me. As far as I can remember when you start that installer you have to choose components. When you do, make sure you've selected the console debugger to be installed. After you've installed it someplace, then you can just point Creator to it - that is create a debugger entry on the respective page in the creator configuration and then select it from the dropdown list in the kit configuration page.
-
Take a look here: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/
After you've made sure you have installed the console debugger, add an entry in the debuggers in Creator and select the path to it. Then you can add it to the kit.