Hello forum,
I have created an empty qt project and to have the debugging enabled i have set the following optins in the .pro file as follows:
CONFIG += debug
SOURCES += \
main.cpp
CONFIG += debug
SOURCES += \
main.cpp
To copy to clipboard, switch view to plain text mode
Then i set a break point in a particular line and start debugging using the F5 key and then a message says the following:
This does not seem to be a "Debug" build.
Setting breakpoints by file name and line number may fail.
This does not seem to be a "Debug" build.
Setting breakpoints by file name and line number may fail.
To copy to clipboard, switch view to plain text mode
What do i have to have this application debugging enabled?
Regards
Sajjad
Bookmarks