MSVC enum debugging
Posted
by oh boy
on Stack Overflow
See other posts from Stack Overflow
or by oh boy
Published on 2010-04-29T18:29:33Z
Indexed on
2010/04/29
18:37 UTC
Read the original article
Hit count: 249
Is there a quick way of outputting the names of enumerated values? I suppose you know what I mean, and at all this isn't possible as of course all of this data becomes irrelevant during compile process, but I'm using MSVC in debugging mode, so is it possible?
© Stack Overflow or respective owner