php_development_with_eclipse_pdt_xdebug

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
php_development_with_eclipse_pdt_xdebug [07.01.2011 11:37] Pascal Suterphp_development_with_eclipse_pdt_xdebug [07.01.2011 12:21] Pascal Suter
Line 16: Line 16:
 </code> </code>
 and you're done installing eclipse pdt :)  and you're done installing eclipse pdt :) 
 +
 +===== make them cooperate =====
 +on your webserver edit the xdebug ini file: 
 +  nano /etc/php5/conf.d/xdebug.ini
 +and add these lines: 
 +<code>
 +xdebug.remote_enable=On
 +xdebug.remote_host="172.16.16.216"
 +xdebug.remote_port=9000
 +xdebug.remote_handler="dbgp"
 +</code>
 +
  • php_development_with_eclipse_pdt_xdebug.txt
  • Last modified: 07.01.2011 12:23
  • by Pascal Suter