[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

863.0. "Internal Error: Method not finished yet: ExprNoop::ExprNoop" by ADA9X::BRETT () Mon Mar 03 1997 09:42

% 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.RTitleUserPersonal
Name
DateLines
863.1TLE::MURRAYWanfang MurrayMon Mar 03 1997 11:235

Dennis will be looking into it.

Wanfang