Qt Creator crashes while debugging
-
Hello, I am new to Qt Creator and i am currently using Qt creator 4.11.2.0(community).
I have the issue that when ever I debug my programs and hit a break point, trying to Step over that break point leads me to the call of qt_static_metacall function and after that it calls qt_metacall after that functions hits its return Qt creator crashes.
For example I make a Qt widget project, then in the design panel I create a pushButton and set it's slot clicked() to change the button text.
When ever I place a break point anywhere in the slot function I get the explained result above.
If I run the program without any break points it works well.I also had a issue that I had to change my build environment path to include C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86 as I got link error - LNK1158: cannot run 'rc.exe, if that is something to consider.
Please help me figure it out.
-
Screen Shot
Those are screen shots during the process and just before where the crashes occur.