Zend PHP 调试器:如何使用 get 参数开始调试页面?

发布于 2024-07-05 09:42:20 字数 207 浏览 15 评论 0原文

我正在尝试 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

惯饮孤独 2024-07-12 09:42:20

我建议使用 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.

风铃鹿 2024-07-12 09:42:20

只需在另一个页面上启动调试器,然后将浏览器 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文