Closed GoogleCodeExporter closed 9 years ago
->dump() is deprecated/old. Try and use ->log() instead which should group them
properly.
Original comment by christ...@christophdorn.com
on 3 May 2012 at 2:51
Yeah, using ->log() did the trick! Thanks Christoph :)
So, for anyone else, this is what my above example looks like now:
$firephp->group('test group');
$firephp->log($var1, 'var1');
$firephp->log($var2, 'var2');
$firephp->groupEnd();
Original comment by maximili...@gmail.com
on 3 May 2012 at 3:08
Original issue reported on code.google.com by
maximili...@gmail.com
on 3 May 2012 at 8:15