lahamon.blogg.se

Download configure xdebug phpstorm docker
Download configure xdebug phpstorm docker








devcontainer folder, so that's the route I'll follow for this example. I like to keep my xdebug.ini inside my VS Code. Run apk info -a php-pecl-xdebug to get the contents of the package.Īccording to the output of apk info -a php81-pecl-xdebug, my locations were: php81-pecl-xdebug-3.1.5-r0 contains: Just don't include the dot (e.g., 81 NOT 8.1). As of this writing, only the major PHP releases are listed, but I was able to manually specify a feature release. You can find available versions by reviewing the xdebug documentation. Your results may vary depending on the version you select. We are mainly concerned with Extra Configuration Files Path and Extensions directory.įigure out where the apk package is being installed Keep this output handy, as we'll need it later.Go to the xdebug Installation Wizard and paste the results in the box.Copy the output of php -i to your clipboard.

download configure xdebug phpstorm docker

Xdebug can be installed via apk, but it takes some tweaking Determine your PHP extension and config directories










Download configure xdebug phpstorm docker