「インストール - Xdebug」の版間の差分
ナビゲーションに移動
検索に移動
→設定方法
編集の要約なし |
(→設定方法) |
||
| 43行目: | 43行目: | ||
最後尾の行に以下を追加 | 最後尾の行に以下を追加 | ||
xdebug.dump_undefined = 1 | |||
xdebug.remote_log="/tmp/xdebug.log" | xdebug.remote_log="/tmp/xdebug.log" | ||
xdebug.profiler_enable = 1 | xdebug.profiler_enable = 1 | ||
xdebug.remote_enable=on | xdebug.remote_enable=on | ||
xdebug.remote_host=localhost | |||
xdebug.remote_port=9000 | xdebug.remote_port=9000 | ||
xdebug.remote_autostart= | xdebug.remote_handler=dbgp | ||
xdebug.remote_autostart = 1 | |||
xdebug.remote_mode=req | |||
xdebug.remote_connect_back=on | xdebug.remote_connect_back=on | ||
xdebug.idekey=editor-xdebug | xdebug.idekey=editor-xdebug | ||