SS_Backtrace
class SS_Backtrace
Methods
Return debug_backtrace() results with functions filtered specific to the debugging system, and not the trace.
Filter a backtrace so that it doesn't show the calls to the debugging system, which is useless information.
Render or return a backtrace from the given scope.
Return the full function name. If showArgs is set to true, a string representation of the arguments will be shown
Render a backtrace array into an appropriate plain-text or HTML string.
Details
at line 51
static array
filtered_backtrace(null|array $ignoredFunctions = null)
Return debug_backtrace() results with functions filtered specific to the debugging system, and not the trace.
at line 63
static array
filter_backtrace(array $bt, null|array $ignoredFunctions = null)
Filter a backtrace so that it doesn't show the calls to the debugging system, which is useless information.
at line 121
static unknown
backtrace($returnVal = false, $ignoreAjax = false, $ignoredFunctions = null)
Render or return a backtrace from the given scope.
at line 140
static String
full_func_name($item, $showArgs = false, $argCharLimit = 10000)
Return the full function name. If showArgs is set to true, a string representation of the arguments will be shown
at line 171
static string
get_rendered_backtrace(string $bt, boolean $plainText = false, array $ignoredFunctions = null)
Render a backtrace array into an appropriate plain-text or HTML string.