Php WebApp,调试断点不适用于aptana

时间:2022-10-15 18:39:16

I am using

我在用

  • Aptana 3.5.0
  • Aptana 3.5.0
  • Php5.4
  • Php5.4
  • PDT (Php developpeur tools) eclipse plugin
  • PDT(Php developpeur工具)eclipse插件

I also have wamp installed and everything is setting up correctly

我也安装了wamp,一切都正确设置

my php.ini

我的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"

I can debug in Firefox with my Php Web Application debug configuration but can't make breakpoints to work the only way is to stop on first line which is not very helpful for Web debugging purpose

我可以使用我的Php Web应用程序调试配置在Firefox中进行调试,但不能使断点工作,唯一的方法就是停在第一行,这对Web调试目的不是很有帮助

1 个解决方案

#1


0  

I finally resolve my issue :

我终于解决了我的问题:

I had PDT SDK, i switched to PDT, the one in that repository http://download.eclipse.org/tools/pdt/updates/release

我有PDT SDK,我切换到PDT,那个存储库中的那个http://download.eclipse.org/tools/pdt/updates/release

After launching has Web Application, breakpoints finnaly works

启动Web应用程序后,断点终止正常

#1


0  

I finally resolve my issue :

我终于解决了我的问题:

I had PDT SDK, i switched to PDT, the one in that repository http://download.eclipse.org/tools/pdt/updates/release

我有PDT SDK,我切换到PDT,那个存储库中的那个http://download.eclipse.org/tools/pdt/updates/release

After launching has Web Application, breakpoints finnaly works

启动Web应用程序后,断点终止正常