| 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 |
|---|---|---|---|---|---|
| 334.1 | UHUH::LUCIA | http://asaab.zko.dec.com/people/tjl/biography.html | Mon Oct 30 1995 10:13 | 4 | |
| 334.2 | any news? | TAV02::JEREMY | Mon Dec 18 1995 09:44 | 7 | |
| 334.3 | UHUH::LUCIA | http://asaab.zko.dec.com/people/tjl/biography.html | Mon Dec 18 1995 11:12 | 6 | |
| 334.4 | UHUH::MURRAY | Wanfang Murray | Thu Dec 21 1995 13:11 | 4 | |
| 334.5 | UHUH::LUCIA | http://asaab.zko.dec.com/people/tjl/biography.html | Tue Mar 19 1996 09:21 | 5 | |
| 334.6 | Closed | TLE::LUCIA | http://asaab.zko.dec.com/~lucia/biography.html | Tue Apr 29 1997 09:55 | 24 |
This is fixed.
Welcome to the Ladebug Debugger Version 4.0-35
------------------
object file name: l334_f90
Reading symbolic information ...done
(ladebug) stop in subr
[#1: stop in subroutine subr() ]
(ladebug) run
[1] stopped at [subr:10 0x120001880]
10 a = 15.
(ladebug) n
stopped at [subr 0x120001890]
(ladebug)
stopped at [entr:12 0x1200018ac]
12 return
(ladebug) t
>0 0x1200018ac in entr() l334.f:12
#1 0x120001854 in test() l334.f:4
#2 0x1200017fc in main() for_main.c:203
(ladebug) print a
15
(ladebug) q
| |||||