Why my Qt Creator local view always loading
-
wrote on 20 Jan 2024, 06:39 last edited by
-
-
wrote on 20 Jan 2024, 06:50 last edited by
I use Qt Creator on Mac Air.
The Qt Version is 5.14.2. -
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? -
@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?wrote on 21 Jan 2024, 05:26 last edited by@Axel-Spoerl OMG, It does work. It confused me so much time. Thank you very much.
-
3/4