通过选择 Break at First line,调试器在输入每个文件时激活,允许我单步执行和退出代码。但是,必须通过 50 万步才能到达开始变得有趣的地步,这有点麻烦。
我的设置是 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 文件吗?