Debug mode on QT creator in windows
Hello,
I have installed qt creator to compile musescore in debug mode using dev handbook on my windows 7.
The compilation work fine but i can't put breakpoint in this application. Breakpoints are ignored.
Anybody have a solution to solve this problem.
Thank's
Robert
Comments
In CmakeList.txt in folder mscore/mscore in COMPILE_FLAGS ( line 206 and 212 ) put -g flag for compiler to allow breakpoint in QTCreator for all module of this subfolder
Robert