[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: PHP Debug - No break at breakpoint !

ensure you don't have xdebug listed as a pure extension, ie
extension=xdebug.dll

check that you only have it installed as a zend_extension. For more info check http://www.xdebug.org and specifically the FAQ, ie http://www.xdebug.org/docs/faq
and the section about "Q: I'm using XAMPP, but I can't seem to get the packaged xdebug extension to work properly."


Also check the documentation page where there is a document about how to use PDT with Xdebug, link is http://www.eclipse.org/pdt/documents/XDebugGuideForPDT2.0.pdf





Christophe Sicard wrote:
Hi,

I am newbie in using Eclipse PDT and I am impressed by its potentiality. But it doesn't work all right on my pc.
- I installed Eclipse PDT 2.0, wamp 2.0. I configured Xdebug as it is described here: http://robsnotebook.com/php_debugger_pdt_xdebug. I have confirmation with phpinfo() Xdebug installed.
- I configured PHP debug on Eclipse.
- I create a small PHP Project with one file with echo "Hello Wolrd !" and put a breakpoint on this line
- I run Debug PHP Web Page and there is no way to stop on the Breakpoint


I don't where I done wrong ? In xdebug configuration, in PHP debug configuration, Eclispe, wamp ?

I would be very happy if I join help. I didn't find anything in mailing list.

Thanks a lot.