[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

861.0. "p ";n;" symbol substitution is not too bright" by ADA9X::BRETT () Fri Feb 28 1997 16:34

ladebug 4.0-31

(ladebug) p "n"
n

(ladebug) p ";n;"
;next;

Obviously ladebug's symbol substitution is not too bright

/Bevin
T.RTitleUserPersonal
Name
DateLines
861.1TLE::MURRAYWanfang MurrayMon Mar 03 1997 11:317

Ladebug is being selective about "when" to expand :-)

We will look into this.

Wanfang
861.2TLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlMon Mar 03 1997 14:116
Surely the ";" is what is messing it up.  The lexer is in a state where it
should not be recognizing aliases (i.e., inside of "") but it is.  It is most
likely a case of nested states, since '"' enters one state and ; ends a command
and starts a new one.

Tim