debugVar Better styled var_dump() function, with exit option Usage Place this function in your project and use it like var_dump() with a optional second parameter for exiting instantly Example debugVar($variable); debugVar($variable, true);