Skip to content

Instantly share code, notes, and snippets.

@gulien
Last active January 31, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gulien/d0933d8f90587a95cec5fd750da41b87 to your computer and use it in GitHub Desktop.
Save gulien/d0933d8f90587a95cec5fd750da41b87 to your computer and use it in GitHub Desktop.
kickoff-docker-php - PhpStorm Xdebug configuration

Simple example on how to use Xdebug with PhpStorm.

It should be used for the kickoff-docker-php.

@gulien
Copy link
Author

gulien commented Oct 23, 2017

Create a new PHP Web Application configuration and add a new server configuration:

capture d ecran 2017-10-23 a 16 28 20

Important: check Using path mappings and map the app folder with /var/www/html.

Last but not least, fill the form of the Run/Debug configuration:

capture d ecran 2017-10-23 a 16 28 04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment