Skip to content

Instantly share code, notes, and snippets.

@Xerkus
Created January 6, 2014 21:11
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 Xerkus/8289902 to your computer and use it in GitHub Desktop.
Save Xerkus/8289902 to your computer and use it in GitHub Desktop.
let g:vdebug_options= {"marker_default": '◇'}
let g:vdebug_options= {"port": '9006'}
let g:vdebug_features= {'max_data': 50000, 'max_depth': 2, 'max_children': 128}
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment