Instalacja i konfiguracja
https://book.cakephp.org/debugkit/4/en/index.html
Application.php – bootstrap() – domyślnie jest to włączone
if (Configure::read('debug')) {
// Before loading DebugKit
Configure::write('DebugKit.forceEnable', true);
$this->addPlugin('DebugKit');
}