php xdebug
の設定の問題
[Xdebug] zend_extension_ts="C:/php_xdebug.dll" xdebug.profiler_enable=on xdebug.profiler_output_dir="E:/xdebug/" xdebug.remote_enable=on xdebug.default_enable=on xdebug.collect_return=on xdebug.auto_trace=on xdebug.remote_autostart=on ;xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9090 xdebug.collect_params = 1 xdebug.trace_output_dir="E:/xdebug/"
?
設定時の注意点:
1. Zend およびその他のアクセラレータをオフにします。
2. nts バージョンまたは ts バージョンの選択に注意してください。これは主に php 設定におけるスレッド セーフです。
3. iis を使用している場合は、iisreset コマンドを使用する代わりに iis サービスを再起動する必要があります。4. この記事は小居登機密情報ネットワーク http://www.xiaojudeng.com/ からのものです。転載する場合は出典を明記してください。