php 模块自动加载器包含的模块中的 Xdebug 断点被忽略
在使用 xdebug 调试我的 php 脚本时偶然发现了以下问题。如果我手动包含/需要在模块代码中设置断点的模块,则没有问题。我的项目自动加载器包含的模块内的断点将被忽略。有人有同样的问题吗?有解决方法吗?谢谢!
我的设置:
- osx 10.7.2
- mamp 2.0.3
- php 5.3.6
- xdebug 2.1.0
- phpstorm 3.0 eap (监听 PHP 调试连接调试模式)
stumbled over the following question, while debugging my php scripts with xdebug. if i manually include/require a module setting breakpoints in the modules code works, no problem. breakpoints inside a module included by my project's autoloader are ignored. anybody had the same problem? is there a workaround? thanks!
my setup:
- osx 10.7.2
- mamp 2.0.3
- php 5.3.6
- xdebug 2.1.0
- phpstorm 3.0 eap (Listen PHP Debug Connections debug mode)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在模块中使用符号链接吗? In 可能与路径 am 有关
Do you use symlinks in your modules? In could be related to the path am