Debugging with X-Designer Replay

Debugging with X-Designer Replay


Running X-Designer Replay from the command line allows you to provide more than one application name if the application is an indirection. For example, the following command:

    xdreplay -f MyScript dbx AnApplication

would run a dbx session on the application AnApplication. Any debugger can be used. Using X-Designer Replay means that you can reach the stage at which you wish to start debugging quickly. To break into the debugger you can either reach the end of the script or place a "breakpoint" in the script. "breakpoint" is a keyword which is followed by the name of a widget. When the widget is activated, the application breaks into a debugger.

See also: