P
Peter Oliphant
Not a big deal, but it looks like the runtime debugger 'inspects' (e.g.,
Autos window) user-defined enum's as having <undefined value>, even though
the execution seems to recognize their value just fine.
Is this normal, or is there something 'wrong' with my enum somehow (don't
think that's possible); or best yet, is it possible to make the debugger
recognize enum's and show its enum (alias) name when inspecting?
[==P==]
PS - I'm using VS c++.NET 2005 Express...
Autos window) user-defined enum's as having <undefined value>, even though
the execution seems to recognize their value just fine.
Is this normal, or is there something 'wrong' with my enum somehow (don't
think that's possible); or best yet, is it possible to make the debugger
recognize enum's and show its enum (alias) name when inspecting?
[==P==]
PS - I'm using VS c++.NET 2005 Express...