[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

Title:Digital Ladebug debugger
Moderator:TLE::LUCIA
Created:Fri Feb 28 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:969
Total number of notes:3959

822.0. "struct/union types in monitor window needs improvement" by CXXC::MJHANS (Matthew Hanselman, DEC C) Mon Feb 10 1997 17:11

In dxladebug 4.0-30:

Whether something is expanded or not is a simple toggle, no?  Why do I have the
option of expanding an expanded variable (or collapsing a collapsed variable)
when I right-click on its value?

Why doesn't a struct/union monitor entry have a Microsoft-like +/- next to it,
immediately telling me whether or not I have an expandable type?

								- Matt
T.RTitleUserPersonal
Name
DateLines
822.1TLE::MURRAYWanfang MurrayMon Feb 17 1997 12:2110

That's a good suggestion.  I believe gui right now doesn't cache any
type information for those variables.  As part of support for C++
dynamic type in gui in the upcoming base levels, we thought about
to cache those information to avoid unnecessary performance overhead.
It sounds like we can use it to tell the user whether it's expandable
or not.

Wanfang
822.2TLE::MURRAYWanfang MurrayMon Feb 24 1997 10:274
See note 833.1

Wanfang