簡體   English   中英

FireBug無效

[英]FireBug didn't working

我在http://localhost/home/index.php中創建了一個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.php復制到http://localhost/home/FirePHP.class.php目錄。

要運行此代碼,我在Firebug控制台中看不到消息“ 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 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM