[xdebug-general] XDebug + Eclipse + Ubuntu = not working

From: Davide Tampellini <tampe125[@]gmail.com>
Date: Wed, 1 Jun 2011 15:17:07 +0200

hi, i'm having some problems to debug with Eclipse under Ubuntu 11.04

if i debug a page, Xdebug ignores the breakpoints completely; i have to
manually insert xdebug_break() to stop the debugger.

these are my settings on php.ini:
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.profiler_enable = On
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_autostart=1

what't wrong?
anyone can help me?
Received on Wed Jun 01 2011 - 14:17:27 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST