Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.8.0
-
Fix Version/s: Qt Creator 4.8.1, Qt Creator 4.9.0-beta1
-
Component/s: Debugger
-
Labels:None
-
Platform/s:
-
Commits:18bee3a08f9339c0fb33a732a1fe45b2b8a9622c (qt-creator/qt-creator/4.8)
Description
Member variables of `enum` type are displayed as <not accessible> in the Locals debugger window.
A workaround is to add a watch in the expressions window `(int)this->mEnumVariable` which at least displays the value that you can manually lookup - bug this is painful to do.