Watchlist disappeared during debugging
-
I was debugging a program and set a breakpoint at the start of a function. Everything looks alright for now.
But as soon as I press F10, all watchlist disappeared. They never turned back throughout the function.
I tried to manually add these variables to the watchlist. But they still have no value.
What's the problem? -
I think I found the problem.
I am using Qt 5.13.0-beta3, but Qt Creator is still 4.11.2
I installed Qt Creator 4.12.0-rc1 and everything works all right. -
Hi @MasterBlade,
Good to hear you solved it.
But just to mention, Creator 4.12 final is released, so no need to use the -rc1 version.
The same applies to Qt itself, is there a reason you use 5.13.0-beta3 ?
Regards
-
@aha_1980 said in Watchlist disappeared during debugging:
Hi @MasterBlade,
Good to hear you solved it.
But just to mention, Creator 4.12 final is released, so no need to use the -rc1 version.
The same applies to Qt itself, is there a reason you use 5.13.0-beta3 ?
Regards
I first tried to download Creator 4.12 from qt website and installed it separately from Qt.
It's better than 4.11.2, with less time watchlist disappearance.
4.12.0-rc1 is downloaded with Qt Maintenance and the problem is totally solved.I use 5.13.0-beta3 because it officially support MSVC 2019 while the stable version only up to 2017.
-
@MasterBlade you will need the Debugging Tools for the MSVC compiler.
The Debug Symbols are probably only neede for debugging Creator itself.
-
Related bugreport: QTCREATORBUG-23980
-
@aha_1980 said in Watchlist disappeared during debugging:
Related bugreport: QTCREATORBUG-23980
Hey it is I who posted that bug thread...
-
@MasterBlade @aha_1980 posted the link here so people stumbling on this thread would not have to do additionnel search to find it.
-
@SGaist said in Watchlist disappeared during debugging:
@MasterBlade @aha_1980 posted the link here so people stumbling on this thread would not have to do additionnel search to find it.
Done