Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vms:webdev:phpfarm:xdebug [2016/11/30 01:32]
admin [Setting up Xdebug’s remote debug with Atom (1.12.5)]
vms:webdev:phpfarm:xdebug [2016/11/30 01:46] (current)
admin [Setting up Xdebug’s remote debug with Atom (1.12.5)]
Line 166: Line 166:
  
 ---- ----
-===== Setting up Xdebug’s remote debug with InteeliJ ​IDEA (14.1.1) =====+===== Setting up Xdebug’s remote debug with IntelliJ ​IDEA (14.1.1) =====
  
 === PHP Remote Interpreter plugin: === === PHP Remote Interpreter plugin: ===
Line 203: Line 203:
   * php-debug should appear on top of the list, click the "​Install"​ button   * php-debug should appear on top of the list, click the "​Install"​ button
   * Read the README that is displayed   * Read the README that is displayed
 +
 +For php-debug to be able to give accurate feedback in Atom, you'll need to set the **Path Maps** in the php-debug settings.\\
 +Note that you only need to specify the mapping from your server'​s root directory to your corresponding local root, your projects sub directories can be inferred from this information.
  
 === Configure Xdebug === === Configure Xdebug ===