I recently upgraded from Eclipse Galileo to Helios. Helios stops at breakpoints ONLY when debugging \"as a PHP Script\", but not when debugging \"as a Web Page\".
Wh
I'm using:
I solved this debugging problem disabling IPV6
Edit /etc/sysctl.conf
and add the following lines:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Then reboot or sudo sysctl -p