Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0
-
None
-
Ubuntu 14.04
Debugger in the Kit: gdb 7.5.1
-
4b93663acd71c8c4e80a86184af7b0ea88d4bcf9
Description
I couldn't re-produce this with a minimal example, so here it is with qtcreator.pro:
- Set a breakpoint in the last line of QmakeProject::updateCppCodeModel() in current 3.6 qtcreator.pro sources.
- "Start Debugging"
- Create a "Qt Console Application" from the wizard.
- The debugger will stop on the breakpoint, expand pinfo, expand m_projectParts, expand [0], expand data - compare the display of the value toolchainDefines and projectDefines in the attached screenshot. Both contain newlines but are displayed differently.