【发布时间】:2014-09-12 06:05:19
【问题描述】:
我正在使用 xDebug。但我无法调试整个项目。我可以调试起始 URL 页面断点。但是,当我越过线条时,它会显示登录页面,而当我提交登录页面时,我无法到达下一个断点。在变量窗口中,它显示“等待带有 ide 键的传入连接”。我为 xdebug 配置的 php.ini:
[XDebug]
zend_extension="/usr/lib/php5/20121212+lfs/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_port="9001"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="home/tmp"
请帮忙。
【问题讨论】: