CodeIgniter Forums
php_debug helper - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: php_debug helper (/showthread.php?tid=31161)



php_debug helper - El Forum - 06-08-2010

[eluser]li9ht[/eluser]
any php_debug(http://www.php-debug.com/) plugin or helper around?


php_debug helper - El Forum - 06-09-2010

[eluser]Ivar89[/eluser]
I think you can use;
Code:
var_dump($var);
exit();
and
Code:
$this->output->enable_profiler(TRUE);
EDIT: var_dump is for induvidual vars so it doesn't output muchTongue
but its handy if you know in which section the problem is.

EDIT2: Maybe this page will help you to.


php_debug helper - El Forum - 06-17-2010

[eluser]dlange[/eluser]
I'm also interested in getting php_debug to run well with CI. I tried to build a plugin like the one for FirePHP but I can't get it to work ...

Does anyone have tried to get this to work, or does anybody knows how to do this?

// Daniel