Returns true if the debug is enabled.
bool|string true if debug is enabled, false otherwise or a string if no kernel was set
public function isDebug() : bool|string { return $this->data['debug']; }