我创建了一个位于 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,BTW我下载了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使用。 有什么建议吗?
答案 0 :(得分:0)
我是fireBug的新手。
禁用网络面板....
启用Net Panel。它运作良好。这很酷。
谢谢。