Created
November 29, 2015 06:04
-
-
Save dotmanila/2af6ff909c33294169fc to your computer and use it in GitHub Desktop.
Running XDebug Function Trace from Command Line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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