我正在使用
我也安装了wamp,一切都正确设置
我的php.ini
zend_extension = "c:/wamp/bin/php/php5.4.12/zend_ext/php_xdebug-2.2.3-5.4-vc9-x86_64.dll"
[xdebug]
xdebug.remote_enable=1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_mode = "req"
xdebug.remote_port=9001
xdebug.remote_autostart=off
xdebug.idekey = "ECLIPSE_DBGP"
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
我可以使用我的Php Web应用程序调试配置在Firefox中进行调试,但是无法使断点工作,唯一的方法是停在第一行,这对Web调试目的不是很有帮助
答案 0 :(得分:0)
我终于解决了我的问题:
我有PDT SDK,我切换到PDT,即存储库http://download.eclipse.org/tools/pdt/updates/release
中的那个启动Web应用程序后,断点可以正常工作