Skip to content

Instantly share code, notes, and snippets.

@neatlife
Created December 18, 2017 03:59
Show Gist options
  • Save neatlife/b6d4043c758bbefce54053baf78ed813 to your computer and use it in GitHub Desktop.
Save neatlife/b6d4043c758bbefce54053baf78ed813 to your computer and use it in GitHub Desktop.
xdebug with vim
[xdebug]
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=0.0.0.0
xdebug.remote_port=9000
xdebug.idekey=VIM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment