Skip to content

Instantly share code, notes, and snippets.

@AntonioCS
Created April 15, 2020 10:02
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 AntonioCS/78edc39ec1918b7c65cdaa890ce41447 to your computer and use it in GitHub Desktop.
Save AntonioCS/78edc39ec1918b7c65cdaa890ce41447 to your computer and use it in GitHub Desktop.
export PHP_IDE_CONFIG=\"serverName=${phpstorm_server_config_name}\" && \
php \
-dxdebug.remote_host=${xdebug_remote_host} \
-dxdebug.remote_port=${xdebug_remote_port} \
-dxdebug.idekey=${xdebug_idekey} \
-dxdebug.remote_enable=${xdebug_remote_enable} \
-dxdebug.remote_mode=${xdebug_remote_mode} \
-dxdebug.remote_autostart=${xdebug_remote_autostart} \
-dxdebug.remote_connect_back=${xdebug_remote_connect_back} \
-dxdebug.remote_log=${xdebug_remote_log} \
file.php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment