Page 1 of 1

Xdebug with Firebug?

Posted: Sat Dec 06, 2008 1:20 pm
by DaveTheAve
Alright I googled this and I could have SWORN I read this before...

Isn't there a way to debug php with Xdebug via the Firebug console in firefox? I really really thought I read about it somewhere.

I could totally use this.

Re: Xdebug with Firebug?

Posted: Sat Dec 06, 2008 1:29 pm
by Eran
Yep, it's a firebug extension called FirePHP. Very useful

Re: Xdebug with Firebug?

Posted: Sat Dec 06, 2008 2:06 pm
by DaveTheAve
Thanks man, I was actually already looking at that - thought that was it - but I can't figure out how to get it to work WITH xdebug.

Can you help me with that?

Re: Xdebug with Firebug?

Posted: Sat Dec 06, 2008 2:11 pm
by Eran
Not sure what you are trying to do with xdebug exactly, but firephp lets you log directly into the firebug console regardless of the type of output. Here is a nice tutorial on using firephp - http://yensdesign.com/2008/10/how-to-debug-php-code/