|  |     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.
    
 |