Skip to content

Instantly share code, notes, and snippets.

@a-yasui
Created April 1, 2013 02:19
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 a-yasui/5282873 to your computer and use it in GitHub Desktop.
Save a-yasui/5282873 to your computer and use it in GitHub Desktop.
XDebug with sublime text 2
メモ書き
----------
Xdebug:
------
Xdebug 2012.06.13 Changelog
===========================
The project settings format has changed. The xdebug key should now be
contained in the "settings" key within the .sublime-project file. For example:
{
"folders":
[
{
"path": "..."
}
],
"settings": {
"xdebug": { "url": "http://..." }
}
}
With this change, .sublime-project files no longer need to be in the root
folder of your project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment