DEV Community

Discussion on: A simple way to debug PHP applications.

Collapse
 
akshaykhale1992 profile image
Akshay Khale

Yes, I completely agree with you. XDebug is the best but I was looking for something simple which does not break the flow when I am in the zone of continuous coding. I used to log the details in file and then check log files for the logged information but I found this option easy and as we all know "Empty mind is devil's workshop.", I wanted to build something simple.