home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / misc / 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.