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
Next revision Both sides next revision
vms:webdev:phpfarm:xdebug [2016/11/29 18:00]
admin [Getting the package]
vms:webdev:phpfarm:xdebug [2016/11/29 18:38]
admin [Setting up Xdebug’s remote debug with Atom (1.12.5)]
Line 167: Line 167:
 ---- ----
 ===== Setting up Xdebug’s remote debug with InteeliJ IDEA (14.1.1) ===== ===== Setting up Xdebug’s remote debug with InteeliJ IDEA (14.1.1) =====
----- 
  
 === PHP Remote Interpreter plugin: === === PHP Remote Interpreter plugin: ===
Line 194: Line 193:
  
 From top right icons menu of main IntelliJ IDEA's project window, use "down arrow" button (Select Run/Debug configuration),​ then "Edit configurations..."​\\ From top right icons menu of main IntelliJ IDEA's project window, use "down arrow" button (Select Run/Debug configuration),​ then "Edit configurations..."​\\
 +
 +
 +===== Setting up Xdebug’s remote debug with Atom (1.12.5) =====
 +
 +==== Install Package php-debug (0.2.4) ====
 +  * Open the Atom editor and open settings: Edit > Preferences (ctrl-,)
 +  * Select "​Install"​ from the left menu
 +  * Type "​php-debug"​ in Search packages field, then //return// to launch the search
 +  * php-debug should appear on top of the list, click the "​Install"​ button
 +  * Read the README that is displayed
 +
 +