同时使用 php 的 Xdebug 调试 2 个服务器
我有一个 PHP 脚本,它向另一台服务器上的另一个 php 脚本发送一系列 http 请求。我在两台服务器上都安装了 Xdebug,并使用 NetBeans 作为调试客户端。我遇到的问题是 NetBeans 不能同时有 2 个调试会话,并且您不能在同一台计算机上生成 2 个 NetBeans 进程。我是否必须同时运行 Eclipse 和 NetBeans?(恶心!)或者有更好的方法吗?
I have a PHP script that is sending a series of http requests to another php script on another server. I have Xdebug installed on both servers and I'm using NetBeans as my debug client. The problem I am having is that NetBeans can't have 2 debug sessions at the same time and you can't spawn 2 NetBeans processes on the same machine. Am I going to have to run Eclipse and NetBeans at the same time?(YUCK!) Or is there a better way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会购买另一台机器,在其上安装 Netbeans,并将每台服务器连接到其自己的调试器。这将帮助您更好地了解正在发生的事情。
替代方法:在您的机器内安装虚拟机,将 Netbeans 放在那里。
I would get another machine, install Netbeans on it, and connect each server to its own debugger. This will help you understand what's happening much better.
Alternate approach: install a virtual machine inside your box, put Netbeans there.