tracing the arguments and the returned parameter
processing all return returned variables (empty means all)
note that traceReturn() calls traceArguments() by default which is fine here since this method does call other methods to trace
Parameters:
tracing the arguments and the returned parameter
processing all arguments (true means all)
traceArguments() and/or processVariables() must be called here since this method calls other methods that may be traced, so that traced calls are displayed in the right order
note that processVariables() calls traceArguments() by default
Parameters: