I'm trying to figure out the best way to debug a Lumen API. Unfortunately, I can't seem to get remote xdebug debugging working (I use Atom as my IDE), and often when I var_dump in a script, I just get back an empty response. I don't know why I get back an empty response, and I'm not sure how to to properly debug the script, and I'm hoping someone can lend me some advice?
I've been trying to get php debug (the Atom plugin for xdebug) working, but I don't know if it's just my misunderstanding of it, I can't get it working. I know I'm not alone, but it gets frustrating when the same things that work for other people don't work for me :/
Yah, that's the general method (though I start at the beginning and see where divergent code goes weird). Knowledge of dd/dump for Laravel is great.