carrotwax wrote:
Finally getting my way into using a proper development environment for Joomla. I went through the doc on getting Eclipse to work with Joomla - setting ports, editing php.ini, everything in that doc - but the problem is that even with XDebug set up (with the PHP in xampp) it doesn't recognize break points.
There's some communication going on as when I refresh the web page in the browser, it causes a little activity in eclipse. But it completes without stopping at break points, showing no information on variables.
Any ideas on where to look at?
You sure you're hitting the breakpoint?
I would suggest starting with a small test file first (a simple loop or something). Once you've established PHP debugging, then move on to debugging Joomla.
Ian