home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / ARexx-Debug / MENU_Trace-Step.BDEBUG < prev    next >
Text File  |  1994-03-18  |  653b  |  32 lines

  1. /************************************************************************
  2.  *
  3.  * Requester_Arexx.BDEBUG    copyright (c) 1993, Ralph Schmidt
  4.  *
  5.  * This is an example how to control the arexx port of BDEBUG....
  6.  * If you have further suggestions mail it, because it's my first
  7.  * try with AREXX and so I'm no real expert.
  8.  *
  9.  * Version 1.00:  27.3.1993
  10.  *
  11.  ************************************************************************/
  12.  
  13.  
  14.  
  15. /* This command allows BDEBUG to pass status variables */
  16.  
  17. Options FailAt 30
  18.  
  19. options results
  20.  
  21. /* Activate BDEBUG Arexx port */
  22. address 'rexx_BDEBUG'
  23.  
  24.  
  25. options results
  26.  
  27.     SAY 'DoMenus.......'
  28.     DOMENU'Trace over Calls'
  29. exit
  30.  
  31.  
  32.