Debug S/REXX with Graphical Debugger

The S/REXX Graphical Debugger provides a powerful tool for interactive debugging of REXX programs. Using rxd you can explictly debug REXX programs or you can implicitly invoke the debugger using the REXX trace x instruction.

Under the debugger, you are presented three sub-windows which allow convenient access to the source, program output, and debugger commands.

The features you would expect in a high-level language debugger such as setting break points, single stepping execution, displaying variables, etc., are provided. At your convenience, you can use any combination of mouse actions or keyboard commands to control your debug session.

This sample image illustrates a program where execution is stopped at line 39. This image shows a number of commands and associated output in the command sub-window.

The S/REXX Graphical Debugger is a separate product from Benaroya.

Return to an Overview of Benaroya Products including SEDIT and S/REXX.