debugger not working
-
i am triying to fix the debugger of my qt.
i am in linux,qt 5.11.1.
debugger is not working from my installintion of qt.
it shows me this dialog box
-
@saber
It looks like a warning. What happens if you click OK?
It states that what you're trying to debug has not been compiled for debug. Has it been compiled for debug?
What are you "trying to fix"?@JonB after clicking ok, it give this in application output
Unable to create a debugging engine. Please select a Debugger Setting from the Run page of the project mode.
it build is in debug .
here is the project page
i am trying to get working the debugger .i place the debug point likse this
-
@JonB after clicking ok, it give this in application output
Unable to create a debugging engine. Please select a Debugger Setting from the Run page of the project mode.
it build is in debug .
here is the project page
i am trying to get working the debugger .i place the debug point likse this
-
@saber Go to your kit settings and check whether a debugger is set there. If so, check whether there are any warnings (yellow/red triangle).
-
-
@saber Restart QtCreator and check whether it detected the debugger. If it did not, add the path manually (usually /usr/bin/gdb).