Skip to content

Instantly share code, notes, and snippets.

@proxium
Created September 8, 2015 11:44
Show Gist options
  • Save proxium/fc455f04db701a370f2b to your computer and use it in GitHub Desktop.
Save proxium/fc455f04db701a370f2b to your computer and use it in GitHub Desktop.
# You should enable xDebug remotely then create the Tunnel
ssh -R <remote xDebug port>:127.0.0.1:<local xDebug configured port> username@remote_host -N -v -v
# * sudo netstat -lptu|grep -i <local xDebug configured port>
# Example output:
tcp 0 0 *:9001 *:* LISTEN 11902/java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment