Can't debug into Qt source with 5.6
-
I have both 5.3 and 5.6 with respective sources installed (Windows mingw using installer) and I can't step into any of Qt's functions in 5.6. It works with 5.3.
I have Qt source paths added in the debug preferences. So that's not it.
Did I miss anything?
-
Hi,
Did you check wether you have the debugging symbols of Qt 5.6 ?
-
@Devopia53 said:
Add following:
Source path: c:/Users/qt/work/qt
Target path: <Installed your Qt source path>I don't know why.
I guess may it be a bug...Thanks. That works. This is definitely a new issue. I don't have to do this for any other prior versions.
-
Which version of Qt Creator ? (it shouldn't matter but who knows…)