PLAYBACK commands

The PLAYBACK commands help you record and replay:

The following table summarizes the forms of the PLAYBACK commands.

PLAYBACK ENABLE command Informs Debug Tool to record all subsequent statements that you run and other information about your program.
PLAYBACK START command Informs Debug Tool to suspend normal debugging and to prepare to replay recorded statements.
PLAYBACK FORWARD command Informs Debug Tool to replay recorded statements in forward direction.
PLAYBACK BACKWARD command Informs Debug Tool to replay recorded statements in backward direction.
PLAYBACK STOP command Informs Debug Tool to stop replaying statements, resume normal debugging, and continue recording the statements that you run and other information about your program.
PLAYBACK DISABLE command Informs Debug Tool to stop recording the statements that you run and discard the information about your program that it recorded.

Usage notes