The tools for improving developer experience continue to improve, which is great news. When it comes to debugging a Laravel application, as far as I know, there are still only two approaches: Xdebug, which offers step debugging based on "breaking points" and does not require modifying the source code "manual…