Qt creator, issue after update to 4.8
Unsolved
General and Desktop
-
Hello everybody,
i just uptade my Qt creator to 4.8 one hour ago, and now i'm facing some problems. I was successfully debugging a small program, when i accidentally hitted "stop build" button doring a build. And now the debugger seems not working.- I am not able to put breakpoints, debugger will completely ignore them.
- Sometimes, but not alaways, when i try to build, i get error. "file not recognized. file truncated.
- in the window, at the top, i have a warning "the code model could not parse an include file..."
I have done "clean all" "run qmake" and "rebuild all" steps, and manually deleted all files generated duting compilation, but error persist. do you have suggestions?
-
This could be temporary issue. Change the configuration from debug to release. Qt Creator will try to reconfigure your project again. Now change back to debug. It will reconfigure again.