thmn/debug

Debug


Keywords
debug, dump, dumper

Documentation

// Выводит дамп 
dump("someValue");

// Выводит дамп и завершает выполнение скрипта
dump_ex("someValue");