/XTrace

View XDebug Trace file .xt in treeview

Primary LanguagePHP

XTrace

Parse library of the Xdebug trace files.

Example:

$xt = new Vuzonp\Xtrace\Document('my-file.xt');
$xtTree = $xt->getRoot();
//...

.