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 _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
