如何在zend studio中调试
我正在使用基于 eclipse 构建的 zend studio。
现在的问题是,当我创建 zend 框架项目并在单击控制器时开始调试时,它会终止。我必须右键单击index.php,然后作为脚本进行调试。
现在我想要像在网络浏览器中填写表单并希望在控制器中保留断点一样。但我无法做到这一点......
I am using zend studio built on eclipse.
Now the problem is when I make zend framework project and start debugging when I click on controller than it gets terminated. I have to right click on index.php and than debug as script.
Now I want like when I fill form in web browser and want to keep breakpoint in the controller. But I'm not able to do this...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 Zend Studio 的 FireFox 调试器工具栏,您可以直接从浏览器进行调试,这允许您测试实时输入,包括您在表单上输入的数据。它将识别控制器中的断点。
如果这对您没有帮助,您需要提供更多信息。
Download the FireFox Debugger Toolbar for Zend Studio, you can debug right from the browser which allows you to test live input, including the data you enter on forms. It will recognize your breakpoints in the Controller.
You'll need to provide more information if this doesn't help you.