Skip to content

Instantly share code, notes, and snippets.

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