このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
eclipse:xdebug3 [2020/12/25 21:53] y2sunlight [設定(php.ini)] |
eclipse:xdebug3 [2021/02/11 08:35] (現在) y2sunlight |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | ====== Xdebug3の使用 ====== | + | ====== |
| - | Version 3.0.1 | + | Xdebug |
| + | Eclipse Version 2019-12 | ||
| --- // | --- // | ||
| 行 35: | 行 36: | ||
| [xdebug] | [xdebug] | ||
| xdebug.remote_enable=1 | xdebug.remote_enable=1 | ||
| - | xdebug.remote_host=localhost | + | xdebug.remote_host="localhost" |
| xdebug.remote_port=9000 | xdebug.remote_port=9000 | ||
| xdebug.remote_handler=" | xdebug.remote_handler=" | ||
| 行 50: | 行 51: | ||
| [xdebug] | [xdebug] | ||
| xdebug.mode=debug | xdebug.mode=debug | ||
| - | xdebug.client_host=localhost | + | xdebug.client_host="localhost" |
| xdebug.client_port=9000 | xdebug.client_port=9000 | ||
| xdebug.start_with_request=default | xdebug.start_with_request=default | ||