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