How can I step into Qt's source code when debugging under Mac OS with Qt-creator
Unsolved
General and Desktop
-
I have a Qt version 5.7.1 with LLDB debugger in MacOS platform . I want to debug into the Qt classes but its not step into the Qt classes so Can any one help me . Thanks in advance.
-
Make sure the source code is installed (if you are using the Qt Installer) for your Qt version. By default, Qt sources are not installed.
-
Hm, it should work then, no idea.