Skip to content

Instantly share code, notes, and snippets.

@igor822
Created March 10, 2014 14:39
Show Gist options
  • Save igor822/9466166 to your computer and use it in GitHub Desktop.
Save igor822/9466166 to your computer and use it in GitHub Desktop.
Tutorial XDebug + PHPUnit + Sublime Text 3
Plugin: https://github.com/martomo/SublimeTextXdebug
Command: phpunit -d xdebug.profiler_enable=on -d xdebug.idekey=sublime.xdebug File.php
Configuration Xdebug:
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment