Not able to debug my c++ code in qt creator
-
I am new into this platform and i have no idea why am i not able to debug my code. program is not stopping on to the given breakpoints although the build was successful.
Steps that i followed to debug my code:
debug mode
clean all
rebuild all
start debugging
then, i receive this warning ''This does not seem to be a "Debug" build.
Setting breakpoints by file name and line number may fail.''Would really appreciate if anyone could guide to resolve this issue.
-
Hi and welcome to devnet,
Do you have have by any chance something like:
@CONFIG += release@
in your pro file ?
-
No. I have it in debug mode.
CONFIG += debug -
What version of Qt are you using ? On which platform ? With what compiler ?