2010-04-20 76 views
0

我創建了一個index.php文件,位於http://localhost/home/index.php。該文件填寫下面的代碼。FireBug沒有工作

<?php 

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

?> 

我啓用Firebug和firePHP,BTW我下載firePHPCore和FirePHP.class.php複製到http://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。 任何建議?

回答

0

我是firebug的新手。

淨面板被禁用....

啓用網絡面板。它運作良好。這個很酷。

謝謝。