Hi friends, I would like to know if there is any software which can debug issues in PHP, databases, HTML, CSS, Javascript etc? Where we can simply locate our files and start debugging the problems? Appreciate your assistance. Cheers
PHP itself has a debugger. Of course, you need a PHP editor which supports it. Basically, you just specify the path to PHP executable on your system, and then you can debug PHP code right from your text editor. Also see https://xdebug.org/index.php