Skip to content

Instantly share code, notes, and snippets.

@dotmanila
Created November 29, 2015 06:04
Show Gist options
  • Save dotmanila/2af6ff909c33294169fc to your computer and use it in GitHub Desktop.
Save dotmanila/2af6ff909c33294169fc to your computer and use it in GitHub Desktop.
Running XDebug Function Trace from Command Line
#!/bin/bash
php -d xdebug.collect_params=4 -d xdebug.collect_return=1 \
-d xdebug.collect_includes=1 -d xdebug.auto_trace=1 pareto.t.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment