我创建了一个位于中的index.php文件 http://localhost/home/index.php. 。该文件填充以下代码。

<?php

# //include the file  
require_once("FirePHP.class.php");  
# //create the object  
$firephp = FirePHP::getInstance(true);  
# //send information  
$firephp->fb("Hello world!");  

?>

我启用了firebug和firephp,顺便说一句,我下载了firephpcore并复制 firephp.class.phphttp://localhost/home/firephp.class.php 目录。

要运行此代码,我看不到消息“ Hello World!”在火焰控制台中。

我遵循教程http://yensdesign.com/2008/10/how-to-debug-php-code/

WinxP和Firefox 3.6.3; firebug 1.5.3; Firephp 0.4.3使用。有建议吗?

有帮助吗?

解决方案

我是Firebug的新手。

网络面板被禁用....

启用网络面板。它运行良好。这个很酷。

谢谢你。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top