Firephp换行符不输出

时间:2012-04-04 11:20:37

标签: logging newline firephp

我是firephp前萤火虫的粉丝。然而,它真的很烦我(请原谅双关语)它不输出换行符。它使调试查询非常繁琐,因为我必须将查询复制到notepad ++并手动格式化。

require_once(ROOT_DIR.'/includes/FirePHPCore/FirePHP.class.php');
require_once(ROOT_DIR.'/includes/FirePHPCore/fb.php');

$stringWithNewLines = "
hello world \n \n
and more and more
and

more
";

$firephp->log($stringWithnewLines);
$firephp->info($stringWithnewLines);
$firephp->warn($stringWithnewLines);
$firephp->error($stringWithnewLines);

输出以下内容

enter image description here

我遇到过以下情况 http://code.google.com/p/firephp/issues/detail?id=30

基本上说它不支持并且链接到fireconsole不再看起来像它的活动?没有替代firephp或任何解决方法吗?

0 个答案:

没有答案