No offense here, just curious. I'm using both Ray and Xdebug but I always wonder if there is a significant advantage of Ray over Xdebug? When use Xdebug I don't have to remove left over ray calls in code (the clear ray CLI command doesn't detect empty ray()->...statements). At this time I'm mostly using ray to display multiple variable at once or quick simple debug.
Using Ray for a while now, learned many new things through your video. Thanks 🙂
Great to hear!
No offense here, just curious. I'm using both Ray and Xdebug but I always wonder if there is a significant advantage of Ray over Xdebug? When use Xdebug I don't have to remove left over ray calls in code (the clear ray CLI command doesn't detect empty ray()->...statements). At this time I'm mostly using ray to display multiple variable at once or quick simple debug.
It's a personal preference I guess.
I'm not that big of a Xdebug user.