仅当选择项目根目录时,使用 Netbeans 和 PHP 的 xdebug 才可与项目自定义域配合使用

发布于 2024-09-26 08:24:43 字数 239 浏览 4 评论 0原文

当我使用 xdebug 在 Netbeans 中调试 PHP 项目时,我必须首先选择项目根目录,然后单击调试按钮。这样就可以正常工作,用项目的本地域(不是本地主机,而是我定义的域)启动浏览器。

但是,如果未选择项目根目录,假设最后单击了某个内部文件夹或文件,那么如果我点击调试按钮,它不会使用项目的域,而是使用 localhost,这在我的机器上不是我的项目尝试调试。

有没有办法始终使用项目域而不是 localhost 进行调试?

When I debug a PHP project in Netbeans with xdebug, I have to select the project root first, and then click on the debug button. That way it works ok, firing the browser with the project's local domain (not localhost, but one I defined).

But if the project root is not selected, suppose some inner folder or file was last clicked on, then if I hit the debug button, instead of using the project's domain, it uses localhost, which on my machine is not the project I'm trying to debug.

Is there a way that the project domain is always used for debugging, instead of localhost?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

日记撕了你也走了 2024-10-03 08:24:43

试试这个(在 netbeans v6.9.1 上)

项目属性>>运行配置>>高级>>调试网址:: 
勾选“每次询问”
#您最后一个项目的URL会自动保存在历史记录中

try this (on netbeans v6.9.1)

Project Properties >> Run Configurations >> Advanced >> Debug URL :: 
CHECK "Ask Every Time"
#Your last project URL is automatically saved in history
无戏配角 2024-10-03 08:24:43

NetBeans 仍应使用您在“项目属性”>“项目属性”中设置的 URL 进行调试。运行配置>项目 URL,至少在我的安装中是这样的。

NetBeans should still debug with the URL you set in Project Properties > Run Configuration > Project URL, at least that's how it works on my install.

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