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 Both sides next revision
vms:webdev:phpfarm:xdebug [2016/11/29 18:30]
admin [Setting up Xdebug’s remote debug with InteeliJ IDEA (14.1.1)]
vms:webdev:phpfarm:xdebug [2016/11/29 18:38]
admin [Setting up Xdebug’s remote debug with Atom (1.12.5)]
Line 196: Line 196:
  
 ===== Setting up Xdebug’s remote debug with Atom (1.12.5) ===== ===== 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
 +