In STVD I have an enum variable in a watch window that BEEPS at me when I double click it to modify its value. The typedef is declared in another module.
File KEYPAD.H/* Exported types ------------------------------------------------------------*/typedef enum { CORRECTTIME = 0, FEEDINGTIME, COUNTERTOZERO, PRESSTOTEST, MOTORDEC, MOTORINC, DELAYDEC, DE...