View Single Post

  #1 (permalink)  
Old 12-24-2007
Keith
 
Posts: n/a
Default Help installing zend debugger with eclipse

Hi,

I am trying to get the zend debugger to work with eclipse pdt. I have
read the other thread about installing the debugger.

I have installed
* eclipse pdt,
* the client zend plugin for eclipse
* the server following instructions at
http://www.thierryb.net/pdtwiki/inde..._Zend_Debugger

When I run php -v from the command line, it shows the debugger
installed
When I run phpinfo it DOES NOT show the debugger installed.

When I attempt to debug in eclipse, I set breakpoints, the code runs,
but it does not stop at the breakpoint.

I am using WAMP on Windows Vista with PHP 5.2.5

Any suggestions?

Keith
Reply With Quote