「インストール - Xdebug」の版間の差分

80行目: 80行目:
  xdebug.mode=debug
  xdebug.mode=debug
  xdebug.start_with_request=yes
  xdebug.start_with_request=yes
xdebug.dump_undefined=1
  xdebug.remote_log="/tmp/xdebug.log"
  xdebug.remote_log="/tmp/xdebug.log"
  xdebug.remote_host=localhost
  xdebug.remote_host=localhost
85行目: 86行目:
  xdebug.remote_handler=dbgp
  xdebug.remote_handler=dbgp
  xdebug.remote_mode=req
  xdebug.remote_mode=req
xdebug.client_port=9000
  ;xdebug.client_host=127.0.0.1
  ;xdebug.client_host=127.0.0.1
xdebug.client_port=9000
xdebug.dump_undefined=1
  xdebug.idekey=VSCODE
  xdebug.idekey=VSCODE
<br>
<br>
97行目: 97行目:
  [xdebug]
  [xdebug]
  xdebug.dump_undefined=1
  xdebug.dump_undefined=1
xdebug.remote_enable=1
xdebug.remote_autostart=1
  xdebug.remote_log="/tmp/xdebug.log"
  xdebug.remote_log="/tmp/xdebug.log"
xdebug.remote_enable=1
  xdebug.remote_host=localhost
  xdebug.remote_host=localhost
xdebug.remote_port=9000
  xdebug.remote_handler=dbgp
  xdebug.remote_handler=dbgp
  xdebug.remote_mode=req
  xdebug.remote_mode=req
  xdebug.remote_autostart=1
  xdebug.remote_port=9000
  xdebug.idekey=VSCODE
  xdebug.idekey=VSCODE
<br>
<br>