Skip to content

Instantly share code, notes, and snippets.

@jabranr
Created February 3, 2016 09:27
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/c0c85b33d17b4e0a47f3 to your computer and use it in GitHub Desktop.
Save jabranr/c0c85b33d17b4e0a47f3 to your computer and use it in GitHub Desktop.
xDebug Sublime client user settings
{
"debug_layout" : {
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.6, 1.0],
"cells": [[0, 0, 2, 1], [0, 1, 1, 2], [1, 1, 2, 2]]
},
"close_on_stop": true,
"super_globals": true,
"break_on_start": false,
"debug": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment