このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
eclipse:xdebug3 [2020/12/25 21:05] y2sunlight [設定(php.ini)] |
eclipse:xdebug3 [2021/02/11 08:35] (現在) y2sunlight |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | ====== Xdebug3の使用 ====== | + | ====== |
| - | Version 3.0.1 | + | Xdebug |
| + | Eclipse Version 2019-12 | ||
| --- // | --- // | ||
| 行 52: | 行 53: | ||
| xdebug.client_host=" | xdebug.client_host=" | ||
| xdebug.client_port=9000 | xdebug.client_port=9000 | ||
| - | xdebug.start_with_request=no | + | xdebug.start_with_request=default |
| zend_extension=C: | zend_extension=C: | ||
| </ | </ | ||
| - | * default_enable/ | + | * default_enable/ |
| * remote_host は client_host に、remote_port は client_port に変更されました。 | * remote_host は client_host に、remote_port は client_port に変更されました。 | ||
| * remote_handler は不要になりました。 | * remote_handler は不要になりました。 | ||