使用 Zend Debugger 调试 PDT 项目时,如何强制 Eclipse 始终生成相同的 DEBUG_SESSION_ID GET 参数?
我在应用程序中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是硬编码到 Zend_Debugger 中的。我认为你无法改变这一点。
thats probably hard-coded into the Zend_Debugger. I don't think you could change that.