c9-core/plugins/c9.ide.run.debug.xdebug
c9bot 98bb46b8ed Sun May 14 13:22:31 CEST 2017 2017-05-14 13:22:31 +02:00
..
LICENSE Sun May 14 13:22:31 CEST 2017 2017-05-14 13:22:31 +02:00
README.md Sun May 14 13:22:31 CEST 2017 2017-05-14 13:22:31 +02:00
package.json Sun May 14 13:22:31 CEST 2017 2017-05-14 13:22:31 +02:00

README.md

c9.ide.run.debug.xdebug

Cloud9 core plugin for Xdebug and other DBGP debuggers.

to install xdebug for php use

sudo apt-get update
sudo apt-get install -y php5-dev
sudo pecl install xdebug
sudo mkdir -p /etc/php5/mods-available
echo "; Xdebug extension installed by Cloud9
zend_extension=xdebug.so
xdebug.remote_enable=1
" | sudo tee --append /etc/php5/mods-available/xdebug.ini
sudo php5enmod xdebug

License

The MIT License

Copyright (c) 2015 Ajax.org B.V.