Debugging with WorkShop Visual Replay

Debugging with WorkShop Visual Replay


Running WorkShop Visual 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:

    visu_replay -f MyScript dbx AnApplication

would run a dbx session on the application AnApplication. Any debugger can be used. Using WorkShop Visual 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: