Checks if debug mode is enabled.
Boolean true if debug mode is enabled, false otherwise
public function isDebug() { return $this->debug; }