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ディレクトリにコピーします。
このコードを実行すると、「Hello world!」というメッセージが表示されません。firebug コンソールで。
チュートリアル http://yensdesign.com/2008/10/how-to-debug-php-code/に従いました
Winxp および fireFox 3.6.3; fireBug 1.5.3; firePHP 0.4.3 使用。何か提案はありますか?