ここでの構成/usr/local/etc/php/5.6/php.ini
いくつかのポートのPhpstorm設定
<code><span>Setting</span><span>Debug</span><span>9090</span><span>Setting</span> DBGp <span>9001</span> Servers <span>80</span></code>
以下は私が使用している構成です
<code>[Zend optimizer] <span>;zend_extension=ZendGuardLoader.so</span><span>;zend_extension = xdebug.so</span> zend_loader<span>.enable</span>=<span>1</span> zend_loader<span>.disable</span>_licensing=<span>0</span> zend_loader<span>.obfuscation</span>_level_support=<span>3</span><span>;;zend_loader.license_path=</span> xdebug<span>.remote</span>_host=localhost xdebug<span>.remote</span>_port=<span>9090</span> xdebug<span>.idekey</span>=<span>"chunlongyuan"</span>xdebug<span>.remote</span>_enable=on <span>;xdebug.remote_handler = “dbgp”</span> xdebug<span>.auto</span>_trace = <span>1</span> xdebug<span>.collect</span>_includes = <span>1</span> xdebug<span>.collect</span>_params = <span>1</span> xdebug<span>.collect</span>_return = <span>1</span> xdebug<span>.default</span>_enable = <span>1</span> xdebug<span>.collect</span>_assignments = <span>1</span> xdebug<span>.collect</span>_vars = <span>1</span> xdebug<span>.remote</span>_autostart = <span>1</span> xdebug<span>.remote</span>_connect_back = <span>1</span> xdebug<span>.show</span>_local_vars = <span>1</span> xdebug<span>.show</span>_exception_trace = <span>0</span></code>
著作権表示: この記事はブロガーによるオリジナルの記事であり、ブロガーの許可を得ていません。転載は禁止です。
上記は Mac の xdebug 設定を内容も含めて紹介していますが、PHP チュートリアルに興味のある友人に役立つことを願っています。