home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / CanDo / Decks3 / ManxFrontEnd / Rexx / Debug.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1990-11-24  |  135 b   |  6 lines

  1. /* Aztec C Debug */
  2.  
  3. ADDRESS 'APSRexx'    /* Set host port address */
  4. 'Debug' 'sdb' 'main' /* Send Debug file main using SDB */
  5. exit
  6.