Hi there,
I try to compile my application using CMake + VS2012. Running with
-DCMAKE_BUILD_TYPE=Debug will build with debug symbols, however when
trying to debug VS2012 stills says "break points won't be reached, no
debug file has been loaded for this document".
But before running I have :
irccd
As a quick followup, this was an embarrasing mistake on my part.
CMake does read the correct registry. If the compiler it detects is
32-bit, it reads the 32-bit registry, if the compiler is 64-bit is
reads the 64-bit registry. I was intending to compile 64-bit, but had
two versions of MinGW on my