setSaveCallStack

setSaveCallStack(operation: Integer;
                  enabled:   Boolean);

The setSaveCallStack method of the Process class enables or disables call stack saving on the receiving process for the specified operation.

If the value of the enabled parameter is true, the call stack is saved for the receiving process. A parameter value of false stops saving this information.

Calling this method overrides the value of the DefaultProcessSaveCreateCallStack and DefaultProcessSaveDeleteCallStack parameters in the respective [JadeClient] and [JadeServer] sections of the Jade initialization file.

This method has no effect if the call stack collection is already in the state specified.

2022.0.03 and higher