Locals and expressions during debugging
Moved
Solved
Qt Creator and other tools
-
When i try to debug my program it works normally, stopping at all breakpoints. But when i want to inspect some values either by hovering over the variable or checking the locals and expressions nothing happens. The locals and expressions window only have a spinning circle.
Im using Qt Creator 4.12.4 with qt 5.15.0
Compiler: Clang
Debugger: LLDB
This is on Mac OS Catalina 10.15.7 -
I updated now to Big Sur and it still doesn't work with the debugging.
I attached the debug log. -
I fixed the problem by reinstalling everything from Qt and updating it, so now the debugging works perfectly.