2

PhpStormでリスナーをオンにしてブレークポイントを設定すると、Xdebugは完全に機能しますが、機能していないように見えるxdebugを切り替えることができるブラウザープラグインを使用しようとしています。Xdebug は、ブラウザーの Cookie PHPSTORM が設定されていない場合でもトリガーされます。

設定:

Laradock on mac
PhpStorm
PHP 7.1.16
Xdebug 2.6.0

次のように xdebug を構成しました。

xdebug.remote_enable=1
xdebug.remote_connect_back=off
xdebug.remote_host=10.254.254.254
xdebug.remote_port=9005
xdebug.remote_autostart=off
xdebug.idekey=PHPSTORM
xdebug.max_nesting_level=1500
xdebug.cli_color=1
xdebug.profiler_enable=0
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.var_display_max_children=-1
xdebug.var_display_max_data=-1
xdebug.var_display_max_depth=-1
4

0 に答える 0