[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

290.0. "decladebug doesn't recognize common variable" by RHETT::LOH () Tue Aug 22 1995 10:44

T.RTitleUserPersonal
Name
DateLines
290.1UHUH::LUCIAhttp://asaab.zko.dec.com/people/tjl/biography.htmlWed Aug 23 1995 11:3318
290.2RHETT::LOHFri Aug 25 1995 11:524
290.3closedTLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlMon Apr 28 1997 17:3234
    ladbx/work/bugs/BUGLIST/L290> ladebug a.out
    Welcome to the Ladebug Debugger Version 4.0-35
    ------------------ 
    object file name: a.out 
    Reading symbolic information ...done
    (ladebug) stop in bcs
    [#1: stop in subroutine bcs() ]
    (ladebug) run
    [1] stopped at [bcs:4 0x120001b58]
          4       iread = 5
    (ladebug) s
    stopped at [bcs:5 0x120001b64]
          5       time = 2.34
    (ladebug) p iread
    5
    (ladebug) s
    stopped at [bcs:6 0x120001b74]
          6       tstep = .55
    (ladebug) s
    stopped at [bcs:7 0x120001b84]
          7       indep = 44
    (ladebug) s
    stopped at [bcs:8 0x120001b90]
          8       call eqmo(time,tstep,indep)
    (ladebug) s
    stopped at [eqmo:20 0x120001c18]
         20       CALL EZGPLA(S2LA,XDOT(1),INX(1),S1LA,GAILA,TCLA,1,'LA')
    (ladebug) p iread
    5
    (ladebug) 
    
    
    The QAR is closed, but for completeness, we'll close it here too.