[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Break points are not breaking

Probably because you have it set to break at first line. Check to see if you can step through the debugger.


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.