Skip to content
Bertie2011 edited this page Aug 29, 2021 · 4 revisions

LineIndicator

use CLIFramework\Debug\LineIndicator;

$indicator = new LineIndicator;
echo PHP_EOL, $indicator->indicateFile(__FILE__, __LINE__);

ConsoleDebug class

use CLIFramework\Debug\ConsoleDebug;

echo ConsoleDebug::dumpRows($pdo->fetchAll());

echo ConsoleDebug::dumpException($e);