繁体   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