Le 30 nov. 2016 8:52 PM, "Duane" <[email protected]> a écrit : > > I have a debug project that isn't providing a pdb file. > > QtCreator 4.1.0 and MinGW 5.3. I have the project set to generate separate debug info.
Hi PDB files are not supported by mingw, you need MSVC. There are some tricks to get separate debug info for GCC/mingw using objcopy but I never tried. BR Benjamin
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
