»

Debugging PHP code with PhpStorm 7

Log — Tags: , — Posted by Starck on September 11, 2014


  1. Install Xdebug

  2. Modify your php.ini:

  1. Restart web server

  2. Start PhpStorm

  3. Open Run/Debug configuration

  4. Create a PHP Web Application configuration

  5. Install Xdebug helper Chrome extension

  6. Enable xdebug debugging in chrome browser

  7. Start listen for PHP Debug Connections in PhpStorm 7

  8. Done!

(c) 2024 Starck Lin | powered by WordPress