[Qt-creator] Parser debug logs
Nikolai Kosjar
nikolai.kosjar at digia.com
Thu Dec 19 07:53:50 CET 2013
On 12/19/2013 07:42 AM, Peter Kuemmel wrote:
> I have many files with broken code navigation, for instance
> jumping to a class definition does not work.
> Is there a way to enable debug information too see what's going wrong?
Probably the code model didn't get all the necessary include paths.
Is your project properly configured?
If you are on 3.0, try to set the environment variable
QTCREATOR_DUMP_PROJECT_INFO=1 and watch the output. Check the include paths.
If you are on master, try Ctrl+Shift+F12, Tab: Project Parts and there
check the include paths for the relevant project.
Nikolai
More information about the Qt-creator
mailing list