Global function in file auto_prepend.php:

/**
 * Echo string containing names and values of all arguments or stack trace if no args
 */
function ED(...$args)
{
    it_debug::setup();
    it_debug::echo($args);
    return $args[0];
}