DEBUG

PURPOSE:  The DEBUG equated command is used to assist with the setup of debugging a PM.

SYNTAX

DEBUG PM pm.name [GO]

DEBUG pm.name

DEBUG OFF

PM pm.name [GO]

ACCENT R will check for the presence of the PM in the current DBL.  It then sets the PM name into @DEBUG_PM_NAME and executes the commands "ENABLE PM DEBUG".  If the GO option was specified it will start the execution of the specified PM.

pm.name

ACCENT R will not check the PM name, but will execute the command "ENABLE PM DEBUG" and run the PM.

OFF

Clears @DEBUG_PM_NAME and executes the command "DISABLE PM DEBUG".

EXAMPLE

*DEBUG PM UPDATE_SALES GO

NOTES:  See the chapter on PM DEBUG for additional information on debugging.