php_development_with_eclipse_pdt_xdebug

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
php_development_with_eclipse_pdt_xdebug [07.01.2011 11:36] – created Pascal Suterphp_development_with_eclipse_pdt_xdebug [07.01.2011 12:21] Pascal Suter
Line 7: Line 7:
 and you're done installing ;)  and you're done installing ;) 
  
-==== Eclipse PDT ====+===== Eclipse PDT ====
 unfortunately the ubuntu repositories don't contain a PDT package for eclipse, so you need to get it from another repository:  unfortunately the ubuntu repositories don't contain a PDT package for eclipse, so you need to get it from another repository: 
 <code> <code>
Line 15: 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