MvcCore Debug Extension to replace internal MvcCore variables dumping with Nette Tracy library (tracy/tracy).
composer require mvccore/ext-debug-tracyAdd this to Bootstrap.php or to very application beginning:
\MvcCore\Application::GetInstance()->SetDebugClass('\\MvcCore\\Ext\\Debugs\\Tracy');