Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 559 Bytes

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.