I finally got on the ball with FirePHP, and I think I understand it
except... where is the output of FirePHP::dump() supposed to be?

I can see messages and traces, but when I call dump nothing happens.
Just me? What is dump supposed to do, exactly?

<?php
include_once( 'FirePHPCore/FirePHP.class.php' );
function debug() {
  $args = func_get_args();
  $firephp = FirePHP::getInstance(true);
  $firephp->log( $args );
  $firephp->dump( 'args', $args );
  $firephp->trace( "Trace" );
  exit();
 }


Chris Snyder
http://chxor.chxo.com/
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to