无法理解 Firephp
我不明白 FirePhp FirePhp 是 Firefox 插件 Firebug 的扩展。
我根本不明白为什么应该使用这个。 这个工具如何能提供比日常 PHP 调试器更多的功能? 严重地? 我不明白如何实现这一点,有人可以解释一下......也许带有旁白的视频吗?
I don't get FirePhp
FirePhp is an extension for the Firefox add-on Firebug.
I don't get why this should be used at all. How can this tool give me more than your everyday PHP debugger? Seriously? I don't understand how to implement this, can someone please explain... video with narration perhaps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以深沉的叙述者声音
FirePHP,只需做一点工作,就可以让您将信息发送到 firebug 控制台。 它可以相当详细。 请参阅 http:// www.christophdorn.com/Blog/2009/04/03/how-to-integrate-firephp-for-ajax-development/ 了解有关它的最佳信息。 它比其他调试工具好吗? 有争议的。 老实说,我其实用得不多。
In deep narrator voice
FirePHP, with a little work, lets you send information to the firebug console. It can be rather detailed. see http://www.christophdorn.com/Blog/2009/04/03/how-to-integrate-firephp-for-ajax-development/ for the best info on it. is it better than other debugging tools? debatable. Honestly, I don't really use it much.
根据我读到的内容:
假设您想知道 PHP 脚本中某个随机变量的值。 您的服务器发送一个包含该信息的特殊标头,Firebug 会读取它。 该过程的优点是实际响应(不包括标头)是相同的,因此您可以保留相同的响应处理代码。 我想这使得 Ajax 的 PHP 脚本更容易调试。
According to what I've read about it:
Say you want to know the value of some random variable in your PHP script. Your server sends a special header containing that info, and Firebug reads it. The advantage of the process is that the actual response (headers excluded) is the same, so you can keep the same response handling code. I guess it makes Ajax'd PHP scripts easier to debug.
firephp 的杀手级应用程序是调试 AJAX 调用。 PHP 在响应标头中发回调试信息,然后 firephp 插件将显示这些信息,并将其附加到控制台。
因此,您的客户端 JavaScript 输出它正在做什么,您可以看到 PHP 端输出它正在做什么,并且您可以看到您之间的交互的混合的、有序的“跟踪”(由于缺乏更好的术语) javascript 和你的 php.ini
上个月我做了一个关于我如何使用 firephp 的快速演示。 这不是您想要的视频,但是... http://links.creuzer.com/chfgq
The killer app for firephp is debugging AJAX calls. The PHP sends back the debugging info in the response headers, which the firephp plugin then displays, appending to the console.
So, you have your client side javascript output what it's doing, and you can see the PHP side output what it's doing, and you can see a co-mingled, ordered 'trace' (for lack of better terms) of the interaction between your javascript and your php.
I did a quick presentation last month on how I use firephp last month. It's not the video you want, but... http://links.creuzer.com/chfgq