-
Hello I'm using the latest version of herd(1.4.0 currently) I followed the instructions here but when I tried the restart herd I got this error:
PHP.ini zend_extension=/Applications/Herd.app/Contents/Resources/xdebug/xdebug-82-arm64.so
xdebug.mode=debug,develop
xdebug.start_with_request=yes
xdebug.start_upon_error=yes Even if in PHP info seems like xdebug is active Running tests with pest coverage ![]() |
Beta Was this translation helpful? Give feedback.
Answered by
kossa
Feb 9, 2024
Replies: 1 comment 5 replies
-
If you want to add code coverage support, you should add "coverage" to the Xdebug mode. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ohh I fixed it by adding:
xdebug.log_level=0
source https://stackoverflow.com/questions/65059303/xdebug-could-not-connect-to-debugging-client-tried-localhost9000