Hi All,
When i use the function debug_session.expression.evaluate() to get the value of a variable of enum type, i get the numerical value. But what if i actually want the name of the enum value that should be returned as a javascript string ? In code composer i am able to get the names of the enum values in the watch expressions. So is it possible to do it in dss javascript ?
Thanks in advance,