diff --git a/src/Exception/ErrorException.php b/src/Exception/ErrorException.php index 2c27edf..5e5887d 100644 --- a/src/Exception/ErrorException.php +++ b/src/Exception/ErrorException.php @@ -149,6 +149,6 @@ private function isXdebugStackAvailable(): bool } // Xdebug 3 and later, proper mode is required - return str_contains(ini_get('xdebug.mode'), 'develop'); + return str_contains(ini_get('xdebug.mode'), 'debug'); } }