getCallStackAsString

getCallStackAsString(operation: Integer;
                     target:    Object): String;

The getCallStackAsString method of the Process class returns the call stack for the specified object as a human‑readable string.

This method returns an empty string if no operation call stack information exists for the target.

The target parameter can be a reference to an invalid object; for example, an object that has already been deleted.

2022.0.03 and higher