You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think since the newest PHPVersion I have this error when I want to step-by-step debug with xdebug and PHPStorm: /Users/xxx/Library/Application Support/Herd/bin/herd: line 175: 24387 Segmentation fault: 11 XDEBUG_SESSION=1 "$PHP_VERSION" "-c" "$PHP_CONFIG_DIR/$PHP_VERSION_NUMBER/debug/debug.ini" "${@:2}"
The error usually occurs after one or two Step Overs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I think since the newest PHPVersion I have this error when I want to step-by-step debug with xdebug and PHPStorm:
/Users/xxx/Library/Application Support/Herd/bin/herd: line 175: 24387 Segmentation fault: 11 XDEBUG_SESSION=1 "$PHP_VERSION" "-c" "$PHP_CONFIG_DIR/$PHP_VERSION_NUMBER/debug/debug.ini" "${@:2}"
The error usually occurs after one or two Step Overs.
My Versions:
PHP Version 8.3.20
Xdebug v3.3.1
Probably the xdebug version in Herd should be updated?
https://xdebug.org/docs/compat
Anyone experiencing the same?
Beta Was this translation helpful? Give feedback.
All reactions