Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.8.0
-
None
-
-
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.