「インストール - 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.profiler_enable = 1
  xdebug.remote_enable = 1
xdebug.remote_enable=on
  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.remote_mode=req
  xdebug.idekey=VSCODE
xdebug.remote_connect_back=on
  xdebug.idekey=editor-xdebug
<br><br>
<br><br>


匿名利用者

案内メニュー