[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

334.0. "'ENTRY' STATEMENT CAUSES PROBLEMS..." by TAV02::MILCHIN () Mon Oct 30 1995 08:58

T.RTitleUserPersonal
Name
DateLines
334.1UHUH::LUCIAhttp://asaab.zko.dec.com/people/tjl/biography.htmlMon Oct 30 1995 10:134
334.2any news?TAV02::JEREMYMon Dec 18 1995 09:447
334.3UHUH::LUCIAhttp://asaab.zko.dec.com/people/tjl/biography.htmlMon Dec 18 1995 11:126
334.4UHUH::MURRAYWanfang MurrayThu Dec 21 1995 13:114
334.5UHUH::LUCIAhttp://asaab.zko.dec.com/people/tjl/biography.htmlTue Mar 19 1996 09:215
334.6ClosedTLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlTue Apr 29 1997 10:5524
    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