여기서 구성/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 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.