| settings | an optional |
| regexFilter | an optional regular expression that printed keys must match |
| component | a game component to print the private settings of |
| regexFilter | an optional regular expression that printed keys must match |
Debug.printScopeChain( function(){} );
The optional regexFilter will filter out non-matching variable names from the list.
| args | the arguments passed to the function |
| callee | the wrapped function, which will be called when this function returns |
| calleeThis | the this object for the wrapped function |
| functionName | the name of the member function |
returns the arguments to be passed to the callee when it is called
| returnValue | the return value from the wrapped function (which was just called) |
| args | the arguments passed to the function |
| callee | the wrapped function |
| calleeThis | the this object for the wrapped function |
| functionName | the name of the member function |
returns the return value for the member function call
| object | the object that contains the function (default is the global object) |
| functionName | the name of the member function |
| beforeFunction | the function to be called before the affected function |
| object | the object that contains the function (default is the global object) |
| functionName | the name of the member function |
| afterFunction | the function to be called after the affected function |
| object | the object that contains the function (default is the global object) |
| functionName | the name of the member function |
| object | the object that contains the member function (default is the global object) |
| functionName | the name of the member function |
| object | the object to trace (default is the global object) |