[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XDebug on debian



Sander Marechal wrote:
> Jeff Chimene wrote:
>> Has anyone managed to get XDebug working on Debian w/ Apache? I'm
>> looking for some assistance in getting this to work w/ Eclipse and an
>> external browser.
> 
> It's working fine for me using Debian Lenny, Apache and XDebug. I am
> using the debugger.vim plugin for Vim as the client. My configuration
> file (/etc/php5/apache2/conf.d/xdebug.ini):
> 
> xdebug.remote_enable = 1
> xdebug.remote_port = 9000
> xdebug.remote_host = 192.168.1.2
> xdebug.remote_log = /tmp/xdebug.log
> 


Reply to: