Xdebug – Troubleshoot Guide
Download xdebug
To find the right version of xdebug for your php installation you can run
php -i | pbcopy
and paste the output here: https://xdebug.org/wizard.php.
After Downloading the correct DLL you could add these xdebug settings. (These are my used properties)
add config to php ini: https://gist.github.com/okaufmann/1924a734c4172c38cb24ca769a17526b
Leave a Reply