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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
822.1 | TLE::MURRAY | Wanfang Murray | Mon Feb 17 1997 12:21 | 10 | |
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.2 | TLE::MURRAY | Wanfang Murray | Mon Feb 24 1997 10:27 | 4 | |
See note 833.1 Wanfang |