Discussion:
Handiest way to view inside objects { }
(too old to reply)
Jack
2007-09-07 10:25:25 UTC
Permalink
When I went thru various objects such as matrices in my application,
I had to expand all tree items in order to look at their values.
Has anyone tried a handy way to retrieve those values without pain?
Just looking for instant method of viewing the nested items...
Thanks
Jack
m***@gmail.com
2007-09-12 11:19:47 UTC
Permalink
You can auto expand your own types in the Watch or QuickWatch window
by modifying AUTOEXP.DAT text file in ..\COMMON\MSDev98\Bin
subdirectory (MSVC6.0). You have to add an entry for your own type at
the bottom of the file. Check out AUTOEXP.DAT file for brief tutorial
and example.

Thanks,
-Mahatab
Post by Jack
When I went thru various objects such as matrices in my application,
I had to expand all tree items in order to look at their values.
Has anyone tried a handy way to retrieve those values without pain?
Just looking for instant method of viewing the nested items...
Thanks
Jack
Jack
2007-09-13 10:55:42 UTC
Permalink
It's so nice of you to answer my question.
I wonder why MS only created this file for only a small number of
structures.
Why didn't they create a faster way to accommodate all the structures the
programmer might need?
since, :), I had a numerous amount of data to input into this file. :)
Thanks
Jack
Jack
2007-09-13 13:55:33 UTC
Permalink
I also want to display something like this
binary_var 1101111000b
Are there any specifiers (f,g,x) associated with binary representations?
Thanks
Jack

Loading...