使用浏览器

时间:2016-07-26 07:45:55

标签: php phpstorm

需要一些帮助。

我已设置XDebug并在php.ini中指定了以下内容:

[Xdebug]
zend_extension="c:\wamp\bin\php\php5.3.0\ext\php_xdebug-2.1.2-5.3-vc6.dll"
xdebug.remote_enable=1
xdebug.remote_port=9002
xdebug.profiler_enable=1
xdebug.profiler_output_dir="c:\wamp\bin\php\php5.3.0"

我在PhpStorm中配置了PHP,它显示了XDEBUG,并在调试设置中将端口更改为9002。

当我使用浏览器调试我的Web应用程序时,它说 "等待与会话ID' 11390'"

的传入连接

我已经为调试设置了Web应用程序配置,指定了服务器上的启动登录页面。

但是如果我使用控制台进行调试,它似乎工作正常。但是使用控制台进行调试并不会在浏览器中打开HTML。

有人可以帮助您使用浏览器进行调试吗?

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

0 个答案:

没有答案