php

xdebugを有効にする

php

php5-xdebugを導入して、php.iniに以下を記述。 html_errors = Onが入っていないとトレースの結果がテキスト表示になってしまうので注意 zend_extension=/path_to_xdebug/xdebug.so xdebug.auto_trace = 1 xdebug.profiler_enable = 1 xdebug.dump.GET=* xde…