Recent Changes - Search:
HomePage



Materiel


Photo


Système et réseau

 Sous Debian Gnu Linux...

 ... et Ubuntu


Gestion de projet

 ...informatique


Cours


Divers


Private




 edit SideBar



X Debug

Divers.XDebug History

Hide minor edits - Show changes to markup

March 18, 2010, at 11:51 PM by 90.51.125.159 -
Changed lines 20-21 from:
Ne pas oublier le /etc/init.d/apache2 restart avant de tester



to:
Ne pas oublier le /etc/init.d/apache2 restart avant de tester (pas de configuration spécifique dans l'IDE en version 6.8).



March 18, 2010, at 11:50 PM by 90.51.125.159 -
Added lines 20-21:
Ne pas oublier le /etc/init.d/apache2 restart avant de tester



March 18, 2010, at 11:49 PM by 90.51.125.159 -
Added lines 19-20:

http://wiki.netbeans.org/PHPDebugging


March 18, 2010, at 11:47 PM by 90.51.125.159 -
Added lines 1-18:

XDebug


Ubuntu 9.10 Karmic Koala


Installation

aptitude install php5-xdebug


Configuration pour Netbeans

Editer le fichier /etc/php5/conf.d/xdebug.ini pour qu'il ressemble à ça :

zend_extension=/usr/lib/php5/20060613+lfs/xdebug.so

# Configuration pour Netbeans
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000


Edit - History - Print - Recent Changes - Search
Page last modified on March 18, 2010, at 11:51 PM