Enable/Disable PM Debug Option

PURPOSE:  The DEBUG command is used to set @DEBUG_PM_NAME to the name of a PM for which you want to invoke the ACCENT R DEBUGGER.  A DBL must be declared when this command is used.

SYNTAX

DEBUG PM pm.name [GO]

pm.name

is the name of the PM for which you want to invoke the DEBUGGER.  It must be in the current DBL.

[GO]

is used to invoke the execution of the named PM with the command:

USE PM pm.name

NOTES:  The ACCENT R debug mode will be invoked after the named PM is loaded and ready to execute.

There must be a DBL declared and pm.name must be defined in it.