| [news.eclipse.tools.pdt] Re: Break points are not breaking |
Mansour wrote:
Ok, I have reinstalled xdebug, and gave up on Zend.
I am using gentoo 64. Now, with xdebug things seems to be better as I can debug a script but not a web page. Here's my configuration. Apache supports user directory, so I have access to /home/mansour/public_html.
In fact I created a workspace for eclipse in /home/mansour/public_html.
So basically, this is my document root. I have created a test project, called Project. And for the PDT:
xdebug is the default debugger at port 9000, Under the executable section, I have only one executable:
path: /usr/lib64/php5/bin/php debugger: xdebug
URL pointing to doc root for this server: http://localhost/~mansour Path mapping: /home/mansour/public_html --> / /home/mansour/public_html/Project --> /Project (in WorkSpace)
When I click "debug as web page" on the index.php which is in the root directory of the project, It shows "http://localhost/~mansour/Project/index.php" which is the correct URL. However, launching sits there showing that it's at 19% for ever, and waiting for xDebug session.
Further more I can not find any logs or messages, which makes the issue little bit frustrating.
I will appreciate any help to get this resolved.