刚刚从 org.eclipse.php.sdk.feature.group 安装了 Eclipse-Juno 和相关的 PHP 开发工具 (PDT) SDK。
php --version yields:
PHP 5.4.8-1~precise+1 (cli) (built: Oct 29 2012 14:58:46)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
with Xdebug v2.2.0, Copyright (c) 2002-2012, by Derick Rethans
Php -m indicates that xdebug is loaded.
[Zend Modules]
Xdebug
在eclipse中,Windows->Preferences->Php->Debug->PHP Debubber就是Xdebug。
但是,我的断点都没有命中。
我应该检查什么才能使调试断点在 Eclipse-Juno 上对 PHP 起作用?