Skip to content

Instantly share code, notes, and snippets.

@jabranr
Created February 3, 2016 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jabranr/f5b95a003e73dfd44d95 to your computer and use it in GitHub Desktop.
Save jabranr/f5b95a003e73dfd44d95 to your computer and use it in GitHub Desktop.
Xdebug Sublime client settings template
{
"folders": [
{
"path": ".",
"follow_symlinks": true
}
],
"settings": {
"xdebug": {
"path_mapping": {
"{REMOTE_ABSOLUTE_PATH}": "{HOST_ABSOLUTE_PATH}"
},
"url": "http://localhost"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment