About the arrow in "Locals and Expressions"
-
Sometimes, it appears, sometimes it does not. Please, see the images.
http://s31.postimg.org/ab1zdwqe3/image.png
http://s32.postimg.org/726j8igut/image.png
Why it does not appear sometimes? Does it matter that I open two times the QtCreator, and I run two different programs parallel?
Thanks in advance.
-
Hi
It should show this arrow most of the time?
It does here on win 10, mingw and Qt5.6
For most objects. When it has members that can be listed. -
Hi mrjj.
Yes, but what is happening when there are members that can be listed - expanded, but the arrow does not appear?
-
@Konstantinos
Hi,
It can be the code model used. ? clang.What platform, qt version, compiler etc are u using?
-
Qt Version: 4.8.6
Compiler: MinGW 482 Win32 (both its gdb.exe for debugging and g++.exe for compiling)
But the issue is other. If I open two times the qt creator and I open two different programs with 100% the same code (but different directory), and I build them separately, then during debugging, arrow can appear to both, can appear to neither, or it can appear to one and not to other.
-
Ok, that does sound a bit odd :)
Do u have a small project that sometimes dont show?
Just to test here? -
I will try to upload a project that sometimes does not show the arrow.
Maybe this is something like that: https://bugreports.qt.io/browse/QTCREATORBUG-14093
But does not help me.
Just I am wondering. Does it matter the number of breakpoints? If I have 200 breakpoints, is it an issue?
-
@Konstantinos
hmm it does sound like that bug
and
Fix Version/s: NoneIt should not matter if many break points.