我无法使用Netbeans调试Symfony 3.
我执行了以下步骤:
1)我在ubuntu上安装了php5-xdebug
2)我修改了php.ini文件,如下所示:
zend_extension="/usr/lib/php5/20121212/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.max_nesting_level=300
3)我重启了apache
4)在Netbeans上我设置了Run Configuration-> Advanced->不要打开Web浏览器
5)我安装了适用于Firefox的简易Xdebug插件
6)我使用控制台命令php bin / console server启动应用程序:启动
7)我使用Netbeans
将断点放在控制器动作上8)我用Netbeans
开始调试9)我继续使用网址http://127.0.0.1:8000/shifts/1?XDEBUG_SESSION_START=netbeans-xdebug
Q - 页面将正常加载,调试不会在断点上进行。我哪里错了?
感谢
答案 0 :(得分:1)
要使用PHP的内置服务器调试应用程序,请执行以下步骤:
完成NetBeans IDE 8.2