[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

295.0. "Unable to print the contents of a variable named state." by CADSYS::RETHMAN (Nick Rethman) Thu Aug 24 1995 18:25

T.RTitleUserPersonal
Name
DateLines
295.1state is a reserved word in DECladebugRDGENG::BERENTAnthony BerentFri Aug 25 1995 07:5714
295.2how dbx handles this...SMURF::PETERTrigidly defined areas of doubt and uncertaintyMon Aug 28 1995 14:1224
295.3Why combined grammarsNETRIX::"[email protected]"David LaFrance-LindenTue Sep 05 1995 14:035
295.4closedTLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlMon Apr 28 1997 17:5811
    For closure, ladebug does what dbx does, namely, enclose state in ()
    
    (ladebug) print state
    print state
              ^
    Unable to parse input as legal command or C expression.
    (ladebug) print (state)
    Symbol state undefined.
    Error: no value for state
    (ladebug)