Returns true if the function xdebug_info is available.
public function hasXdebugInfo() : bool { return \function_exists('xdebug_info'); }