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 |
% cat eg_a.cxx class C { public: int i; } c; int main() { return 0; } % cxx -g eg_a.cxx % ladebug a.out Welcome to the Ladebug Debugger Version 4.0-31 (ladebug) stop in main; run [#1: stop in int main(void) ] [1] stopped at [int main(void):9 0x120002120] 9 return 0; (ladebug) whatis ca.*i point.member.expression.* Internal Error: Method not finished yet: ExprNoop::ExprNoop. ca i Internal Error: Unimplemented: ExprNoop::type. /Bevin
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
863.1 | TLE::MURRAY | Wanfang Murray | Mon Mar 03 1997 11:23 | 5 | |
Dennis will be looking into it. Wanfang |