| 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 |
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 295.1 | state is a reserved word in DECladebug | RDGENG::BERENT | Anthony Berent | Fri Aug 25 1995 06:57 | 14 |
| 295.2 | how dbx handles this... | SMURF::PETERT | rigidly defined areas of doubt and uncertainty | Mon Aug 28 1995 13:12 | 24 |
| 295.3 | Why combined grammars | NETRIX::"[email protected]" | David LaFrance-Linden | Tue Sep 05 1995 13:03 | 5 |
| 295.4 | closed | TLE::LUCIA | http://asaab.zko.dec.com/~lucia/biography.html | Mon Apr 28 1997 16:58 | 11 |
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)
| |||||