Why my Qt Creator local view always loading
Moved
Solved
Qt Creator and other tools
-
Just like the pic. -
-
I use Qt Creator on Mac Air.
The Qt Version is 5.14.2. -
@ThePublicName
The easy answer is: It's ptrace attempting to attach to the executable and parse your variables.
Since Qt 5.14 is quite outdated, you are probably using an old Qt Creator version as well. Maybe it doesn't find the debug symbols.
Can you update to Qt Creator 12 and try again? -
@Axel-Spoerl OMG, It does work. It confused me so much time. Thank you very much.
-