Skip to content

Instantly share code, notes, and snippets.

@shmurakami
Created June 12, 2014 02:12
Show Gist options
  • Save shmurakami/88594f7e218820938028 to your computer and use it in GitHub Desktop.
Save shmurakami/88594f7e218820938028 to your computer and use it in GitHub Desktop.
php.ini
xdebugの設定サンプル
[xdebug]
xdebug.remote_enable=1
xdebug.overload_var_dump=1
xdebug.var_display_max_data=1024
xdebug.var_display_max_depth=5
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
;xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir=/tmp
xdebug.profiler_output_name=xdebug_profiler
xdebug.trace_format=1
xdebug.trace_output_dir=/tmp
xdebug.trace_enable_trigger=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment