Zend PHP 调试器:如何使用 get 参数开始调试页面?
我正在尝试 Zend studio
中内置的调试器。 看起来很棒! 但有一件事,当我使用调试器启动页面时,有人知道如何在页面内设置请求获取参数吗?
例如,我不想调试 runtests.php
我想调试 runtests.php?test=10
我假设它是一个简单的配置,但我只是找不到它。
I am trying out the debugger built into Zend studio
. It seems great! One thing though, when I start a page using the debugger does anyone know how I can set a request get argument within the page?
For example, I don't want to debug runtests.php
I want to debug runtests.php?test=10
I assume its a simple configuration and I just can't find it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 Zend Studio 工具栏。 该扩展允许您控制从浏览器内部而不是从 Zend Studio 调试哪些页面。 调试选项允许您调试下一页、下一个表单帖子或所有页面。 当您像这样调试时,它会像从您的服务器而不是在 Zend Studio 中一样运行 PHP。 它是使用 Zend Studio 时必不可少的工具。
I recommend getting the Zend Studio Toolbar. The extension allows you to control which pages are debugged from within the browser instead of from Zend Studio. The options for debugging let you debug the next page, the next form post or all pages. When you debug like this it runs the PHP just like it will from your server instead of from within Zend Studio. It's an essential tool when using Zend Studio.
只需在另一个页面上启动调试器,然后将浏览器 URL 更改为您想要的即可。
这并不理想,但应该可行。
我对他们的下一个版本寄予厚望。
Just start the debugger on another page, and then change the browser url to what you wanted.
It's not ideal but it should work.
I have high hopes for their next release.