Persist the settings to keep Xdebug out of sub-processes
public function setPersistent() : self { $this->persistent = true; return $this; }