How to debug PHP CLI applications using XDebug and PHPStorm
Problem statement
It is a very common requirement to debug a PHP CLI application while you are working on a new feature, or fixing a bug.
Statements like var_dump, print_r, etc. work, but sometimes it’s ideal to check the execution flow in detail, an...
axelerant.hashnode.dev2 min read