Created
June 16, 2017 12:56
-
-
Save modcab/227fc7e78adf5e6a5486790eeed1e77b to your computer and use it in GitHub Desktop.
XDebug: how to debug remote console application? - From https://stackoverflow.com/a/17183664
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PHP_IDE_CONFIG="serverName={SERVER NAME IN PHP STORM}" | |
export XDEBUG_CONFIG="remote_host=$(echo $SSH_CLIENT | awk '{print $1}') idekey=PHPSTORM" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206999165-Debugging-with-Xdebug-hangs-