Skip to content

Setting up your IDE for debugging

Eric J. Duran edited this page Aug 7, 2014 · 4 revisions
  1. In PhpStorm type command + comma. This will open up preference settings.

  2. Search for xdebug and you should show something similar to the following:

    xdebug config settings

    • Make sure Debug port is set to 9000
    • Make sure can accept external connections is checked
  3. Then in your workspace, click the telephone icon Start Listen for PHP Debug Connections

Clone this wiki locally