无法在PhpStorm中为laravel启用调试调试器

时间:2016-04-13 09:56:57

标签: php laravel-4 phpstorm xdebug

我在php.ini文件

中的XAMPP安装
[Xdebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "C:\xampp\tmp"
xdebug.idekey=PHPStorm

我在PhpStorm完成了所有设置。但我无法启动调试器,我的链接就像那样

http://localhost/aniCare/admin/login?XDEBUG_SESSION_START=13773

我在我的函数登录上放了断点。我收到此错误:

enter image description here

我的xdebug信息:

enter image description here

0 个答案:

没有答案