DEV Community

diar.dev
diar.dev

Posted on

How do you debug working with PHP? + Search Results

How are you debugging your code if you are working with PHP?

What is the most efficient way to debug code and find errors when coding in different projects with PHP?

Top comments (4)

Collapse
 
didslm profile image
Collapse
 
mrwilde profile image
Robert Wilde • Edited

Ray by Spatie
spatie.be/products/ray

and TinkerWell, for testing solutions, by BeyondCode.
tinkerwell.app/

Collapse
 
didslm profile image
diar.dev

Looks like this was posted a day ago
dev.to/ben/what-are-your-debugging...

Collapse
 
didslm profile image
diar.dev

IF your method of debugging does not require any tool but its a method that helps you in general, then its worth mentioning as well.