In <[EMAIL PROTECTED]>,
on 12/30/2006
   at 04:40 PM, Lindy Mayfield <[EMAIL PROTECTED]> said:

>Does anyone know how one might write a full-screen Rexx debugger,
>like z/XDC or Xpediter?

You'd have to take over the input and the output routines. Look at
PMREXX in OS/2.

However, if you want something more than a toy then you'd need to do
three things that would make it more difficult:

 1. Monitor variables against specific values.

 2. Run at near full speed in between breakpoints, watchpoints
    and such.

 3. Handle more than just TSO line-mode applications. What do you do
    if the REXX code you're debugging itself uses ISPF services? What
    if it's not in a TSO environment at all?

It might take less effort to port OOREXX to TSO and to provide your
own debugging hooks.
 
-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to