无法使PHP PDT xDebug在Eclipse中的断点处停止 [英] Can not make PHP PDT xDebug to stop at breakpoints in Eclipse

查看:87
本文介绍了无法使PHP PDT xDebug在Eclipse中的断点处停止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

通过选择在第一行中断,调试器在输入每个文件时会处于活动状态,这使我可以移入和移出代码。
,但是必须花掉半百万步才能到达它开始变得有趣的地方,这有点麻烦。

By choosing Break at First line, the debugger gets active when entering each file, allowing me to step in and out of the code. But it is a bit cumbersome having to tab your way through half a million steps to get to the point where it starts to get interesting.

我的设置是WIMP Window 7,PHP 5.3

My setup is WIMP Window 7, PHP 5.3

; xDebug config
zend_extension = "C:\Program Files (x86)\PHP\v5.3\ext\php_xdebug-2.2.1-5.3-vc9-nts.dll"

xdebug.remote_autostart=0;
xdebug.remote_enable=On 
xdebug.remote_host="localhost" 
xdebug.remote_port=9000 
xdebug.remote_handler="dbgp"

我已确保路径映射正确。
但这可能是因为我要从我的Eclipse项目链接到PHP文件吗?

I have made sure that the path mapping is correct. But could it be because i'm linking to the PHP files from my Eclipse project?

推荐答案

下载后 Eclipse Juno 我能够在断点处停止。

After downloading Eclipse Juno i'm able to stop at breakpoints.

我已经尝试了Eclipse Indigo的所有功能。
版本:3.7.2
构建ID:M20120208-0800

I have tried everything with Eclipse Indigo. Version: 3.7.2 Build id: M20120208-0800

使用内部或外部浏览器都无法使用。

Just wont work, either with an internal or external browser.

我想是时候去朱诺了吗?

Time to move on to Juno i guess?

这篇关于无法使PHP PDT xDebug在Eclipse中的断点处停止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆