How to integrade CodeLite to debug PHP code?

CodeLite installation/troubleshooting forum
fabiotk
CodeLite Curious
Posts: 1
Joined: Sat Jul 21, 2018 2:45 am
Genuine User: Yes
IDE Question: c++
Contact:

How to integrade CodeLite to debug PHP code?

Post 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.