You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A robust, static debugging class which utilizes the debug_backtrace(). It offers complex output of a given variable of any type in a variety of ways with a single function call which is fully configurable. The goal being to not have to write <?=print_r($myVar,true)?> a thousand times a day.