Skip to content

Instantly share code, notes, and snippets.

@nevercodealone
Last active March 5, 2018 16:13
Show Gist options
  • Save nevercodealone/175b96e565cb97fe16ec690d0b72245c to your computer and use it in GitHub Desktop.
Save nevercodealone/175b96e565cb97fe16ec690d0b72245c to your computer and use it in GitHub Desktop.
Codeception Xdebug CLI export var mac for PhpStorm
export XDEBUG_CONFIG="remote_enable=1 remote_mode=req remote_port=9000 remote_host=localhost remote_connect_back=0 idekey=PHPSTORM"
@nevercodealone
Copy link
Author

Run this on cli on project root folder where you run the tests

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