Category: xdebug

  • How to step debug PHP code with Xdebug and PhpStorm on a DDEV setup

    How to step debug PHP code with Xdebug and PhpStorm on a DDEV setup

    What is debugging? Per wikipedia: “In computer programming and software development, debugging is the process of finding and resolving bugs (defects or problems that prevent correct operation) within computer programs, software, or systems.” Per Internet: “Debugging is like being the detective in a crime movie where you are also the murderer.” – Filipe Fortes What…