Page 1 of 1

How to integrade CodeLite to debug PHP code?

Posted: Sat Jul 21, 2018 2:50 am
by fabiotk
Hi
First of all I wanna say that I'm using codelite for some months now and I think that it is a great IDE.
I'm running a Laravel application on localhost:8001 and sometimes I need to debug in order to find errors. I couldn't find yet a way to do it so I found xdebug on the internet. The question is, how do I integrate the IDE with xdebug to debug my php application? Or, if it isn't possible to do with xdebug, how to debug PHP code there?

Thanks in advance.