phpstorm系列之laravel xdebug

Posted Waken

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpstorm系列之laravel xdebug相关的知识,希望对你有一定的参考价值。

1.xdebug 配置

zend_extension="/usr/local/opt/php56-xdebug/xdebug.so"
xdebug.remote_autostart=On
xdebug.remote_enable=On
xdebug.remote_mode="req"
xdebug.remote_host="localhost"
xdebug.remote_port=9999
xdebug.remote_handler="dbgp"
xdebug.idekey="PHPSTORM"
xdebug.max_nesting_level=600

2.其他参考地址:http://www.jianshu.com/p/eb5bb682603e

以上是关于phpstorm系列之laravel xdebug的主要内容,如果未能解决你的问题,请参考以下文章

xdebug、PhpStorm 和 Laravel 3 / mod_rewrite 未命中断点

PHPStorm+XDEBUG 调试Laravel

phpstorm 调试 laravel

使用宅基地从 PHPStorm 调试 laravel artisan

PHPSTORM下安装XDEBUG

在 PhpStorm 2016.1 上使用 Laravel / Homestead 启用 PHPUnit 以