Skip to content

Instantly share code, notes, and snippets.

@keopx
Created November 4, 2015 08:07
Embed
What would you like to do?
PHPSTORM debug
#!/bin/sh
export XDEBUG_CONFIG="idekey=PHPSTORM"
php bin/phpspec run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment