使用 Zend Debugger 调试 PDT 项目时,如何强制 Eclipse 始终生成相同的 DEBUG_SESSION_ID GET 参数?

发布于 2024-08-17 19:25:26 字数 241 浏览 7 评论 0原文

我在应用程序中使用 GWT 作为前端,使用 PHP 作为后端。我将它们作为 Eclipse 中的两个独立项目。我的想法是调试整个应用程序,我成功了。问题是,每次启动新的 PHP 调试会话时,我都必须使用 Zend Debuger 的参数(DEBUG_SESSION_ID、START_DEBUG、DEBUG_PORT ...)重写我的 ajax 调用。这是因为每次我为 PHP 项目启动新的调试会话时,Eclipse 都会生成 DEBUG_SESSION_ID 加一。

I'm using GWT as a front-end and PHP as a back-end in my application. I have those as two separate projects in Eclipse. My idea was to debug the application as a whole and I succeeded that. The problem is that I have to rewrite my ajax calls with Zend Debuger's parameters (DEBUG_SESSION_ID, START_DEBUG, DEBUG_PORT ...) every time I start a new PHP Debug session. That is because Eclipse produces DEBUG_SESSION_ID increased by one every time I start new debug session for PHP project.

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

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

发布评论

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

评论(1

已下线请稍等 2024-08-24 19:25:26

这可能是硬编码到 Zend_Debugger 中的。我认为你无法改变这一点。

thats probably hard-coded into the Zend_Debugger. I don't think you could change that.

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