I am using Qt Creator 4.7.0 with Qt 5.9.2 LTS.
Is there an easy way to make the debugger (GDB or CDB) aware of your own enum
types without having to create a custom debugging helper (eg with a macro like maybe Q_MAKE_DEBUGGING_AWARE
?
So far only "Value of type xyz" is displayed for those custom enum values.