home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / comm / cyberpager-1.5.lha / CyberPager / source / rexx / debug-ps.cpr next >
Text File  |  1993-06-13  |  279b  |  13 lines

  1. /* setup cpr to debug pager-support-debug.library */
  2.  
  3. options results
  4.  
  5. 'display *(PagerSupportBase+34)<<2 "%d"'
  6. seglist = strip(result,'T',"0a"x)
  7.  
  8. 'symload seg' seglist '"src:pager/library/pager-support-debug.library"'
  9. 'opt search + "src:pager/library"'
  10. 'opt reslib on'
  11.  
  12. exit(0)
  13.