| 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 |
ladebug 4.0-31 (ladebug) p "n" n (ladebug) p ";n;" ;next; Obviously ladebug's symbol substitution is not too bright /Bevin
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 861.1 | TLE::MURRAY | Wanfang Murray | Mon Mar 03 1997 11:31 | 7 | |
Ladebug is being selective about "when" to expand :-) We will look into this. Wanfang | |||||
| 861.2 | TLE::LUCIA | http://asaab.zko.dec.com/~lucia/biography.html | Mon Mar 03 1997 14:11 | 6 | |
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 | |||||